]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-uniq-mut-ty.rs
Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank
[rust.git] / src / test / ui / parser / removed-syntax-uniq-mut-ty.rs
1 type mut_box = Box<mut isize>; //~ ERROR expected one of `>`, const, lifetime, or type, found `mut`