2018-08-21 14:47:39 -05:00
|
|
|
error[E0161]: cannot move a value of type [i32]: the size of [i32] cannot be statically determined
|
|
|
|
--> $DIR/E0161.rs:32:9
|
|
|
|
|
|
2018-11-27 03:56:36 -06:00
|
|
|
LL | box *x;
|
2018-08-21 14:47:39 -05:00
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0161`.
|