summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unboxed-closures/unboxed-closures-recursive-fn-using-fn-mut.stderr
blob: 830f6bc993dfe742e621bf5d84789dbd22d1a8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0499]: cannot borrow `*self` as mutable more than once at a time
  --> $DIR/unboxed-closures-recursive-fn-using-fn-mut.rs:22:21
   |
LL |         (self.func)(self, arg)
   |         ----------- ^^^^ second mutable borrow occurs here
   |         |
   |         first mutable borrow occurs here
   |         first borrow later used by call

error: aborting due to previous error

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