]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/did_you_mean/issue-34126.nll.stderr
Remove licenses
[rust.git] / src / test / ui / did_you_mean / issue-34126.nll.stderr
index 8e29dccb8a709ee0f489bc6a65a96e31e0d238bf..ed73cca435fd0742fc5b007726a6fd073d93eb33 100644 (file)
@@ -1,5 +1,5 @@
 error[E0596]: cannot borrow `self` as mutable, as it is not declared as mutable
-  --> $DIR/issue-34126.rs:16:18
+  --> $DIR/issue-34126.rs:6:18
    |
 LL |         self.run(&mut self); //~ ERROR cannot borrow
    |                  ^^^^^^^^^
@@ -8,7 +8,7 @@ LL |         self.run(&mut self); //~ ERROR cannot borrow
    |                  try removing `&mut` here
 
 error[E0502]: cannot borrow `self` as mutable because it is also borrowed as immutable
-  --> $DIR/issue-34126.rs:16:18
+  --> $DIR/issue-34126.rs:6:18
    |
 LL |         self.run(&mut self); //~ ERROR cannot borrow
    |         ---- --- ^^^^^^^^^ mutable borrow occurs here