rust/src/test/ui/parser/removed-syntax-uniq-mut-expr.stderr

9 lines
274 B
Text
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: expected expression, found keyword `mut`
--> $DIR/removed-syntax-uniq-mut-expr.rs:2:21
2018-10-20 23:36:17 +03:00
|
LL | let a_box = box mut 42; //~ ERROR expected expression, found keyword `mut`
| ^^^ expected expression
error: aborting due to previous error