]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/suggestions/issue-68049-1.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / suggestions / issue-68049-1.stderr
index 32367d2d0cf213b1acc49cd88865911899572709..7f931f0cdc9e8d11133f978284628b1ee70fe83c 100644 (file)
@@ -1,4 +1,4 @@
-error[E0594]: cannot assign to `self.0` which is behind a `&` reference
+error[E0594]: cannot assign to `self.0`, which is behind a `&` reference
   --> $DIR/issue-68049-1.rs:7:9
    |
 LL |         self.0 += 1;