]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/doc-before-attr.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / doc-before-attr.stderr
1 error: expected item after attributes
2 --> $DIR/doc-before-attr.rs:4:1
3 |
4 LL | /// hi
5 | ------ other attributes here
6 LL | #[derive(Debug)]
7 | ^^^^^^^^^^^^^^^^
8
9 error: aborting due to previous error
10