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

error: aborting due to previous error

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