blob: 3d9d8a5145d0bed5fc1b4e458353f249ec417f0f (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0507]: cannot move out of borrowed content
--> $DIR/E0507.rs:22:5
|
LL | x.borrow().nothing_is_true(); //~ ERROR E0507
| ^^^^^^^^^^ cannot move out of borrowed content
error: aborting due to previous error
For more information about this error, try `rustc --explain E0507`.
|