]> git.proxmox.com Git - rustc.git/blob - tests/ui/issues/issue-2590.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / 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 `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`.