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