Rollup merge of #129026 - rcvalle:rust-cfi-move-cfi-ui-tests-to-cfi-directory, r=compiler-errors
CFI: Move CFI ui tests to cfi directory Move the CFI ui tests to the cfi directory and removes the cfi prefix from tests file names similarly to how the cfi codegen tests are organized.
This commit is contained in:
commit
41aa9631ef
30 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
error: malformed `cfi_encoding` attribute input
|
||||
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
|
||||
--> $DIR/invalid-attr-encoding.rs:10:1
|
||||
|
|
||||
LL | #[cfi_encoding]
|
||||
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`
|
||||
Loading…
Add table
Add a link
Reference in a new issue