summary refs log tree commit diff
path: root/src/test/ui/malformed/malformed-unwind-1.stderr
blob: 0a553e8a245f6e51d5e83f1b3f4ad34ec8ac1946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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