]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/cannot-mutate-captured-non-mut-var.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / cannot-mutate-captured-non-mut-var.stderr
index 2961497ef9f5c24c8e89433f640bf4b491f8ee47..2d6e83c9e82f9139964c8a6131ac41da900f5180 100644 (file)
@@ -16,4 +16,5 @@ LL |     to_fn_once(move|| { s.read_to_end(&mut Vec::new()); });
 
 error: aborting due to 2 previous errors
 
-For more information about this error, try `rustc --explain E0596`.
+Some errors have detailed explanations: E0594, E0596.
+For more information about an error, try `rustc --explain E0594`.