summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/attribute/attr-before-eof.stderr
blob: 18a9d77bf719cfe938fdbc504a297e339a1d7e04 (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 1 previous error