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

error: aborting due to previous error