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