mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
66c93ac8ba
Moves 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.
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
error: malformed `cfi_encoding` attribute input
|
|
--> $DIR/invalid-attr-encoding.rs:10:1
|
|
|
|
|
LL | #[cfi_encoding]
|
|
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|