Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
attributes
/
malformed-must_use.rs
blob: 79a1c369f8385ee879fae50faf8cadfd717b55a8 [
file
]
#[
must_use
()]
//~ ERROR malformed
struct
Test
;
fn
main
()
{}