summaryrefslogtreecommitdiffstats
path: root/tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr')
-rw-r--r--tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr b/tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr
index 2c3f1c18a..6a3e0db4b 100644
--- a/tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr
+++ b/tests/ui/borrowck/two-phase-cannot-nest-mut-self-calls.stderr
@@ -9,6 +9,6 @@ LL |
LL | vec.push(2);
| ^^^^^^^^^^^ 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 E0502`.