]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unsized-locals/unsized-exprs2.stderr
Auto merge of #59627 - LooMaclin:issue_57128_improve_miri_error_reporting_in_check_in...
[rust.git] / src / test / ui / unsized-locals / unsized-exprs2.stderr
1 error[E0508]: cannot move out of type `[u8]`, a non-copy slice
2   --> $DIR/unsized-exprs2.rs:22:19
3    |
4 LL |     udrop::<[u8]>(foo()[..]);
5    |                   ^^^^^^^^^ cannot move out of here
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0508`.