error: expected type, found keyword `mut`
--> $DIR/removed-syntax-mut-vec-ty.rs:1:11
|
LL | type v = [mut isize]; //~ ERROR expected type, found keyword `mut`
| ^^^
error: aborting due to previous error