mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00

- Move `tests/ui/attr-bad-crate-attr.rs` to `tests/ui/attributes/`. - Briefly document test intent add link to relevant Reference docs.
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
|
|
|