summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/attribute/attr-dangling-in-mod.stderr
blob: 882400c1d6fba9fb1cc938cdaaabf2910a7bc479 (plain)
1
2
3
4
5
6
7
8
error: expected item after attributes
  --> $DIR/attr-dangling-in-mod.rs:6:1
   |
LL | #[foo = "bar"]
   | ^^^^^^^^^^^^^^

error: aborting due to 1 previous error