]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0389.stderr
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
[rust.git] / src / test / ui / error-codes / E0389.stderr
index c47750b6f4e69cc72dda552ed86444396b7a7f7d..3d615bd932f436fe42e5c529664424ded3959616 100644 (file)
@@ -1,4 +1,4 @@
-error[E0594]: cannot assign to `fancy_ref.num` which is behind a `&` reference
+error[E0594]: cannot assign to `fancy_ref.num`, which is behind a `&` reference
   --> $DIR/E0389.rs:8:5
    |
 LL |     let fancy_ref = &(&mut fancy);