We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Playground
#![feature(stmt_expr_attributes)] fn main() { let foo; #[must_use] foo = false; }
#![feature(stmt_expr_attributes)] fn main() { let foo; #[must_use] #[must_use] foo = false; }