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

error: aborting due to previous error