mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
error: expected item after attributes
|
|
--> $DIR/attr-bad-crate-attr.rs:7:1
|
|
|
|
|
LL | #[attr = "val"] // Unterminated
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|