summary refs log tree commit diff
path: root/src/test/ui/issue-2590.stderr
blob: 59ec66d42cd5d5b2c3cf1203582c9a0de799c01c (plain)
1
2
3
4
5
6
7
8
9
error[E0507]: cannot move out of borrowed content
  --> $DIR/issue-2590.rs:22:9
   |
LL |         self.tokens //~ ERROR cannot move out of borrowed content
   |         ^^^^ cannot move out of borrowed content

error: aborting due to previous error

For more information about this error, try `rustc --explain E0507`.