summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/recovery-allowed.stderr
blob: ec036e8b1e24bcfba928bc94c467c97a3b5d359f (plain)
1
2
3
4
5
6
7
8
9
10
error: unexpected `1` after identifier
  --> $DIR/recovery-allowed.rs:5:23
   |
LL | please_recover! { not 1 }
   |                   ----^
   |                   |
   |                   help: use `!` to perform bitwise not

error: aborting due to previous error