summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/doc-before-attr.stderr
blob: 0298b9b60d2f3a0c8ffa07caf7bd943fc1602c53 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected item after attributes
  --> $DIR/doc-before-attr.rs:4:1
   |
LL | /// hi
   | ------ other attributes here
LL | #[derive(Debug)]
   | ^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error