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