]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/attr-before-eof.stderr
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
[rust.git] / src / test / ui / parser / attr-before-eof.stderr
1 error: expected item after attributes
2   --> $DIR/attr-before-eof.rs:3:1
3    |
4 LL | #[derive(Debug)]
5    | ^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8