rust/src/test/ui/parser/attr-dangling-in-fn.stderr
2020-03-01 23:02:17 +01:00

9 lines
175 B
Plaintext

error: expected statement after outer attribute
--> $DIR/attr-dangling-in-fn.rs:4:3
|
LL | #[foo = "bar"]
| ^^^^^^^^^^^^^^
error: aborting due to previous error