summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/attr-before-eof.stderr
blob: a2acb94372b8cec895dfdd46bad4516971a48383 (plain)
1
2
3
4
5
6
7
8
error: expected item after attributes
  --> $DIR/attr-before-eof.rs:3:1
   |
LL | #[derive(Debug)]
   | ^^^^^^^^^^^^^^^^

error: aborting due to previous error