2023-05-09 17:17:04 +00:00
|
|
|
error: expected item after attributes
|
|
|
|
--> $DIR/attr-bad-crate-attr.rs:4:1
|
|
|
|
|
|
|
|
|
LL | #[attr = "val"] // Unterminated
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-05-09 17:17:04 +00:00
|
|
|
|