mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 20:17:59 +00:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
error: valid forms for the attribute are `#[must_use = "reason"]` and `#[must_use]`
|
|
--> $DIR/malformed-must_use.rs:1:1
|
|
|
|
|
LL | #[must_use()]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|