rust/tests/ui/parser/attr-dangling-in-fn.stderr
2023-01-11 09:32:08 +00: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