Skip to content

Commit 41aa963

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 9d9c9ac + 66c93ac commit 41aa963

30 files changed

+1
-1
lines changed
File renamed without changes.

tests/ui/sanitizer/cfi-invalid-attr-cfi-encoding.stderr renamed to tests/ui/sanitizer/cfi/invalid-attr-encoding.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: malformed `cfi_encoding` attribute input
2-
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
2+
--> $DIR/invalid-attr-encoding.rs:10:1
33
|
44
LL | #[cfi_encoding]
55
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`

0 commit comments

Comments
 (0)