summaryrefslogtreecommitdiffstats
path: root/tests/ui/attr-bad-crate-attr.stderr
blob: 9df991f71b3fb97754f2037907c44fa1cfa42b1b (plain)
1
2
3
4
5
6
7
8
error: expected item after attributes
  --> $DIR/attr-bad-crate-attr.rs:4:1
   |
LL | #[attr = "val"] // Unterminated
   | ^^^^^^^^^^^^^^^

error: aborting due to 1 previous error