summaryrefslogtreecommitdiffstats
path: root/tests/ui/writing-to-immutable-vec.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/writing-to-immutable-vec.stderr')
-rw-r--r--tests/ui/writing-to-immutable-vec.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/writing-to-immutable-vec.stderr b/tests/ui/writing-to-immutable-vec.stderr
index 286267c38..06e1684df 100644
--- a/tests/ui/writing-to-immutable-vec.stderr
+++ b/tests/ui/writing-to-immutable-vec.stderr
@@ -9,6 +9,6 @@ help: consider changing this to be mutable
LL | let mut v: Vec<isize> = vec![1, 2, 3];
| +++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0596`.