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

error: aborting due to 1 previous error