summary refs log tree commit diff
path: root/src/test/ui/parser/attr-dangling-in-mod.stderr
blob: 1105e06f93c5bae5278de777a196078348262cd5 (plain)
1
2
3
4
5
6
7
8
error: expected item after attributes
  --> $DIR/attr-dangling-in-mod.rs:18:14
   |
LL | #[foo = "bar"]
   |              ^

error: aborting due to previous error