]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-51301.stderr
Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez
[rust.git] / src / test / ui / issues / issue-51301.stderr
1 error[E0507]: cannot move out of a shared reference
2   --> $DIR/issue-51301.rs:25:20
3    |
4 LL |             .find(|(&event_type, _)| event == event_type)
5    |                    ^^----------^^^^
6    |                      |
7    |                      data moved here
8    |                      move occurs because `event_type` has type `EventType`, which does not implement the `Copy` trait
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0507`.