blob: 1aa6bef17b1e2a4141c940412b816bddac9a2c03 (
plain)
1
2
3
4
5
6
7
8
|
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
|