blob: 90d0764def0bcc65a0971aefda0c3af1fd30fd0f (
plain)
1
2
3
4
5
6
7
8
|
error: expected expression, found keyword `mut`
--> $DIR/removed-syntax-uniq-mut-expr.rs:2:21
|
LL | let a_box = box mut 42; //~ ERROR expected expression, found keyword `mut`
| ^^^ expected expression
error: aborting due to previous error
|