rust/src/test/ui/error-codes/E0161.migrate.stderr
2019-04-22 08:40:08 +01:00

9 lines
270 B
Text

error[E0161]: cannot move a value of type [i32]: the size of [i32] cannot be statically determined
--> $DIR/E0161.rs:22:9
|
LL | box *x;
| ^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0161`.