1
Fork 0
rust/src/test/ui/parser/removed-syntax-mut-vec-expr.stderr

9 lines
268 B
Text
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected expression, found keyword `mut`
2018-12-25 08:56:47 -07:00
--> $DIR/removed-syntax-mut-vec-expr.rs:4:14
2018-10-20 23:36:17 +03:00
|
LL | let v = [mut 1, 2, 3, 4]; //~ ERROR expected expression, found keyword `mut`
| ^^^ expected expression
error: aborting due to previous error