summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/attr-dangling-in-mod.stderr
blob: 1c892eac08f3bd13ea9844c430c3b0f4c883a20a (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 previous error