]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-2590.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-2590.stderr
1 error[E0507]: cannot move out of `self.tokens` which is behind a shared reference
2   --> $DIR/issue-2590.rs:11:9
3    |
4 LL |         self.tokens
5    |         ^^^^^^^^^^^ move occurs because `self.tokens` has type `std::vec::Vec<isize>`, 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`.