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