]> git.lizzy.rs Git - rust.git/blob - src/test/ui/mir/issue-102389.stderr
Rollup merge of #102857 - saethlin:derived-enum-hash-test, r=Mark-Simulacrum
[rust.git] / src / test / ui / mir / issue-102389.stderr
1 error[E0507]: cannot move out of `*inbounds` which is behind a shared reference
2   --> $DIR/issue-102389.rs:4:11
3    |
4 LL |     array[*inbounds as usize]
5    |           ^^^^^^^^^ move occurs because `*inbounds` has type `Enum`, which does not implement the `Copy` trait
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0507`.