]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/issue-53807.stderr
fix merge conflicts
[rust.git] / src / test / ui / nll / issue-53807.stderr
1 error[E0382]: use of moved value
2   --> $DIR/issue-53807.rs:4:21
3    |
4 LL |         if let Some(thing) = maybe {
5    |                     ^^^^^ value moved here, in previous iteration of loop
6    |
7    = note: move occurs because value has type `std::vec::Vec<bool>`, which does not implement the `Copy` trait
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0382`.