mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 23:22:30 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
error: expected item after attributes
|
|
--> $DIR/attr-bad-crate-attr.rs:9:1
|
|
|
|
|
LL | #[attr = "val"] // Unterminated
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|