Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
attributes
/
malformed-must_use.stderr
blob: c948ba677444f8a4847c70df6f1c3ac31702ca33 [
file
] [
log
] [
blame
]
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