blob: 0a553e8a245f6e51d5e83f1b3f4ad34ec8ac1946 [file] [log] [blame]
error: malformed `unwind` attribute input
--> $DIR/malformed-unwind-1.rs:3:1
|
LL | #[unwind]
| ^^^^^^^^^ help: must be of the form: `#[unwind(allowed|aborts)]`
error: malformed `unwind` attribute input
--> $DIR/malformed-unwind-1.rs:6:1
|
LL | #[unwind = ""]
| ^^^^^^^^^^^^^^ help: must be of the form: `#[unwind(allowed|aborts)]`
error: aborting due to 2 previous errors