blob: b6c5749c031e07ed4a61e38fc9216535fd4f8a58 [file] [log] [blame]
error: expected one of `>`, const, lifetime, or type, found `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