]> git.lizzy.rs Git - rust.git/blob - src/test/ui/moves/move-out-of-array-1.stderr
Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister
[rust.git] / src / test / ui / moves / move-out-of-array-1.stderr
1 error[E0508]: cannot move out of type `[D; 4]`, a non-copy array
2   --> $DIR/move-out-of-array-1.rs:17:5
3    |
4 LL |     a[i] //~ ERROR cannot move out of type `[D; 4]`, a non-copy array
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`.