2018-10-24 22:10:17 +09:00
|
|
|
error[E0507]: cannot move out of indexed content
|
2018-10-24 23:27:17 +09:00
|
|
|
--> $DIR/unsized-exprs2.rs:22:19
|
2018-10-24 22:10:17 +09:00
|
|
|
|
|
|
|
|
LL | udrop::<[u8]>(foo()[..]);
|
|
|
|
| ^^^^^^^^^ cannot move out of indexed content
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0507`.
|