summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/removed-syntax-uniq-mut-ty.rs
blob: a8dee5bbda40a658bbeaf15296a0d08112f3690f (plain)
1
2
type mut_box = Box<mut isize>;
//~^ ERROR expected one of `>`, a const expression, lifetime, or type, found keyword `mut`