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