]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-borrow-mut-base-ptr-in-aliasable-loc.stderr
Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov
[rust.git] / src / test / ui / borrowck / borrowck-borrow-mut-base-ptr-in-aliasable-loc.stderr
index 1fdeb812bf8bb8e4ca8f1ddd73141d425cd9e762..0866f54b9fab6237b1ab07ed15ba9860d5579868 100644 (file)
@@ -1,4 +1,4 @@
-error[E0594]: cannot assign to `**t1` which is behind a `&` reference
+error[E0594]: cannot assign to `**t1`, which is behind a `&` reference
   --> $DIR/borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs:9:5
    |
 LL |     let t1 = t0;