]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-before-attr.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / 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