summary refs log tree commit diff
path: root/src/test/ui/parser/attr-dangling-in-fn.stderr
blob: 71488d2e5c3699e660f1b3276561671b4c0c466c (plain)
1
2
3
4
5
6
7
8
error: expected statement after outer attribute
  --> $DIR/attr-dangling-in-fn.rs:5:1
   |
LL | }
   | ^

error: aborting due to previous error