summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr')
-rw-r--r--tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr b/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr
index 862c925b4..6c96f474a 100644
--- a/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr
+++ b/tests/ui/nll/do-not-ignore-lifetime-bounds-in-copy-proj.stderr
@@ -11,6 +11,6 @@ LL | drop(a.0);
LL | }
| - `s` dropped here while still borrowed
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0597`.