rust/src/test/ui/did_you_mean/issue-34126.stderr
2017-11-24 11:32:35 +01:00

12 lines
364 B
Plaintext

error[E0596]: cannot borrow immutable argument `self` as mutable
--> $DIR/issue-34126.rs:16:23
|
16 | self.run(&mut self); //~ ERROR cannot borrow
| ^^^^
| |
| cannot reborrow mutably
| try removing `&mut` here
error: aborting due to previous error