rust/src/test/ui/error-codes/E0161.migrate.stderr

10 lines
270 B
Plaintext
Raw Normal View History

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