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

2 lines
100 B
Rust
Raw Normal View History

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