rustc/tests/ui/parser/removed-syntax-uniq-mut-expr.rs
2023-08-02 10:33:26 +02:00

4 lines
93 B
Rust

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