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