summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/two-phase-sneaky.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/two-phase-sneaky.stderr')
-rw-r--r--tests/ui/borrowck/two-phase-sneaky.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/two-phase-sneaky.stderr b/tests/ui/borrowck/two-phase-sneaky.stderr
index 4db970c1d..4f1712ccc 100644
--- a/tests/ui/borrowck/two-phase-sneaky.stderr
+++ b/tests/ui/borrowck/two-phase-sneaky.stderr
@@ -9,6 +9,6 @@ LL |
LL | v.push(format!("foo"));
| ^ second mutable borrow occurs here
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0499`.