blob: eec48dd78b01c0ce0a2ca51dd094d55ddab6163f [file] [log] [blame]
error[E0499]: cannot borrow `*self` as mutable more than once at a time
--> $DIR/unboxed-closures-recursive-fn-using-fn-mut.rs:32:21
|
LL | (self.func)(self, arg)
| ----------- ^^^^ - first borrow ends here
| | |
| | second mutable borrow occurs here
| first mutable borrow occurs here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0499`.