mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 23:31:07 +00:00
9 lines
177 B
Plaintext
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
|
|
|