summary refs log tree commit diff
path: root/src/test/ui/parser/attr-before-eof.stderr
blob: eb5daf849811c55567f183f7e5286e229283fe19 (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: aborting due to previous error