]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/attr-with-a-semicolon.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / parser / attr-with-a-semicolon.stderr
CommitLineData
5e7ed085
FG
1error: expected item after attributes
2 --> $DIR/attr-with-a-semicolon.rs:1:1
3 |
4LL | #[derive(Debug, Clone)];
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 |
7help: consider removing this semicolon
8 |
9LL - #[derive(Debug, Clone)];
10LL + #[derive(Debug, Clone)]
923072b8 11 |
5e7ed085
FG
12
13error: aborting due to previous error
14