rust/tests/ui/parser/removed-syntax/removed-syntax-uniq-mut-exp...

4 lines
93 B
Rust

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