summaryrefslogtreecommitdiffstats
path: root/tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr')
-rw-r--r--tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr b/tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr
index 0268c59fa..63d8b99ed 100644
--- a/tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr
+++ b/tests/ui/underscore-lifetime/where-clause-trait-impl-region-2018.stderr
@@ -9,6 +9,6 @@ help: consider introducing a higher-ranked lifetime here
LL | T: for<'a> WithType<&'a u32>
| +++++++ ++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0637`.