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:
Matthias Krüger 2024-08-13 12:12:25 +02:00 committed by GitHub
commit 41aa9631ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
30 changed files with 1 additions and 1 deletions

View File

@ -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"]`