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

9 lines
274 B
Plaintext
Raw Normal View History

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