summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-uniq-mut-ty.rs
blob: f9a9d071a3d1b5c5263242d9cfd538d94da41b25 (plain)
1
2
type mut_box = Box<mut isize>;
//~^ ERROR expected one of `>`, const, lifetime, or type, found keyword `mut`