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

error: aborting due to 1 previous error