summary refs log tree commit diff
path: root/src/test/ui/issue-49040.stderr
blob: b6f624dac7db62b9113376537af7abbcad201fe1 (plain)
1
2
3
4
5
6
7
8
error: expected item, found `;`
  --> $DIR/issue-49040.rs:11:28
   |
LL | #![allow(unused_variables)]; //~ ERROR expected item, found `;`
   |                            ^ help: consider removing this semicolon

error: aborting due to previous error