summaryrefslogtreecommitdiffstats
path: root/tests/ui/regions/regions-in-enums-anon.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/regions/regions-in-enums-anon.stderr')
-rw-r--r--tests/ui/regions/regions-in-enums-anon.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/regions/regions-in-enums-anon.stderr b/tests/ui/regions/regions-in-enums-anon.stderr
index ed547aa9c..86a6d33d6 100644
--- a/tests/ui/regions/regions-in-enums-anon.stderr
+++ b/tests/ui/regions/regions-in-enums-anon.stderr
@@ -10,6 +10,6 @@ LL ~ enum Foo<'a> {
LL ~ Bar(&'a isize)
|
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0106`.