]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/attr-dangling-in-fn.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / attr-dangling-in-fn.stderr
1 error: expected statement after outer attribute
2 --> $DIR/attr-dangling-in-fn.rs:4:3
3 |
4 LL | #[foo = "bar"]
5 | ^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8