summaryrefslogtreecommitdiffstats
path: root/tests/ui/attr-bad-crate-attr.stderr
blob: ff420eeea4a0618b7179aec6929c1c696a08409e (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 previous error