summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/reference-carried-through-struct-field.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/reference-carried-through-struct-field.stderr')
-rw-r--r--tests/ui/nll/reference-carried-through-struct-field.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/reference-carried-through-struct-field.stderr b/tests/ui/nll/reference-carried-through-struct-field.stderr
index 5672b9cd7..b26f73fc7 100644
--- a/tests/ui/nll/reference-carried-through-struct-field.stderr
+++ b/tests/ui/nll/reference-carried-through-struct-field.stderr
@@ -8,6 +8,6 @@ LL | x += 1;
LL | *wrapper.w += 1;
| --------------- borrow later used here
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0503`.