rustc/tests/ui/parser/attribute/attr-dangling-in-fn.stderr
2024-06-14 12:43:07 +02:00

9 lines
177 B
Plaintext

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