rust/tests/ui/sanitizer/cfi-invalid-attr-cfi-encoding.stderr
Ramon de C Valle 6d75f54310 Move sanitizer ui tests to sanitizer directory
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.
2024-02-29 12:22:34 -08:00

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