mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
6d75f54310
Moves the sanitizer ui tests to the sanitizer directory and removes the sanitizer prefix from tests file names similarly to how the sanitizer codegen tests are organized.
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
error: malformed `cfi_encoding` attribute input
|
|
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
|
|
|
|
|
LL | #[cfi_encoding]
|
|
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|