Sign in
fuchsia
/
third_party
/
rust
/
7e8ef3a818df467df052d1b06faab79045afd3ee
/
.
/
tests
/
ui
/
attributes
/
malformed-must_use.rs
blob: 4b98affa8abd3ff46a237dacd38b40e3535d1941 [
file
]
#[
must_use
()]
//~ ERROR valid forms for the attribute are `#[must_use = "reason"]` and `#[must_use]`
struct
Test
;
fn
main
()
{}