rust/tests/ui/parser/removed-syntax/removed-syntax-uniq-mut-ty.rs

3 lines
122 B
Rust

type mut_box = Box<mut isize>;
//~^ ERROR expected one of `>`, a const expression, lifetime, or type, found keyword `mut`