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

error: aborting due to previous error