summary refs log tree commit diff
path: root/src/test/ui/parser/attr-before-eof.stderr
blob: e96b9c4cc3d1d243d4c0ad6af1c07f7e479b6396 (plain)
1
2
3
4
5
6
7
8
error: expected item after attributes
  --> $DIR/attr-before-eof.rs:13:16
   |
LL | #[derive(Debug)] //~ERROR expected item after attributes
   |                ^

error: aborting due to previous error