blob: 4b98affa8abd3ff46a237dacd38b40e3535d1941 [file] [log] [blame]
#[must_use()] //~ ERROR valid forms for the attribute are `#[must_use = "reason"]` and `#[must_use]`
struct Test;
fn main() {}