rust/tests/ui/parser/removed-syntax-uniq-mut-expr.rs
2023-01-11 09:32:08 +00:00

4 lines
93 B
Rust

fn main() {
let a_box = box mut 42; //~ ERROR expected expression, found keyword `mut`
}