blob: a94414ef5603b7a10464c3d687c133dc4111b9bd (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0508]: cannot move out of type `[u8]`, a non-copy slice
--> $DIR/unsized-exprs2.rs:22:19
|
LL | udrop::<[u8]>(foo()[..]);
| ^^^^^^^^^ cannot move out of here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0508`.
|