blob: 9c47e3db67dd30d5997da1ceba412cc87c86aeb0 [file] [log] [blame]
error: expected one of `>`, const, lifetime, or type, found keyword `mut`
--> $DIR/removed-syntax-uniq-mut-ty.rs:1:20
|
LL | type mut_box = Box<mut isize>;
| ^^^ expected one of `>`, const, lifetime, or type here
error: aborting due to previous error