]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-borrow-mut-base-ptr-in-aliasable-loc.stderr
Auto merge of #66256 - CAD97:patch-2, r=RalfJung
[rust.git] / src / test / ui / borrowck / borrowck-borrow-mut-base-ptr-in-aliasable-loc.stderr
index 8115e3150fbce925808e676bb984dfac47243519..1fdeb812bf8bb8e4ca8f1ddd73141d425cd9e762 100644 (file)
@@ -27,5 +27,5 @@ LL |     let x:  &mut isize = &mut **t0;
 
 error: aborting due to 3 previous errors
 
-Some errors have detailed explanations: E0502, E0596.
+Some errors have detailed explanations: E0502, E0594, E0596.
 For more information about an error, try `rustc --explain E0502`.