summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/borrowed-match-issue-45045.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/borrowed-match-issue-45045.stderr')
-rw-r--r--tests/ui/nll/borrowed-match-issue-45045.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/borrowed-match-issue-45045.stderr b/tests/ui/nll/borrowed-match-issue-45045.stderr
index 33e3eb797..b2ec724f3 100644
--- a/tests/ui/nll/borrowed-match-issue-45045.stderr
+++ b/tests/ui/nll/borrowed-match-issue-45045.stderr
@@ -10,6 +10,6 @@ LL | match e {
LL | *g = Xyz::B;
| ----------- 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`.