summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/two-phase-across-loop.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/borrowck/two-phase-across-loop.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/two-phase-across-loop.stderr b/tests/ui/borrowck/two-phase-across-loop.stderr
index d7c0210cc..bd63fc961 100644
--- a/tests/ui/borrowck/two-phase-across-loop.stderr
+++ b/tests/ui/borrowck/two-phase-across-loop.stderr
@@ -6,6 +6,6 @@ LL | strings.push(foo.get_string());
| |
| first borrow used here, in later iteration of loop
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0499`.