summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0507.stderr
blob: 407ebb8fc7be5535f7d0cf404b8c327bb9a34af4 (plain)
1
2
3
4
5
6
7
8
error[E0507]: cannot move out of borrowed content
  --> $DIR/E0507.rs:22:5
   |
22 |     x.borrow().nothing_is_true(); //~ ERROR E0507
   |     ^^^^^^^^^^ cannot move out of borrowed content

error: aborting due to previous error