summary refs log tree commit diff
path: root/src/test/ui/parser/doc-before-attr.stderr
blob: 0cd6aa81ec5f4d3ba116ad7e827cc97c6e386774 (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 expected item after attributes
   |                ^

error: aborting due to previous error