9 lines
269 B
Text
9 lines
269 B
Text
![]() |
error: expected expression, found keyword `mut`
|
||
|
--> $DIR/removed-syntax-mut-vec-expr.rs:14:14
|
||
|
|
|
||
|
LL | let v = [mut 1, 2, 3, 4]; //~ ERROR expected expression, found keyword `mut`
|
||
|
| ^^^ expected expression
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|