]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-uniq-mut-ty.rs
Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=Mark...
[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`