summaryrefslogtreecommitdiffstats
path: root/tests/ui/regions/regions-in-structs-anon.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/regions/regions-in-structs-anon.stderr')
-rw-r--r--tests/ui/regions/regions-in-structs-anon.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/regions/regions-in-structs-anon.stderr b/tests/ui/regions/regions-in-structs-anon.stderr
index 992d25c9f..2679ef93b 100644
--- a/tests/ui/regions/regions-in-structs-anon.stderr
+++ b/tests/ui/regions/regions-in-structs-anon.stderr
@@ -10,6 +10,6 @@ LL ~ struct Foo<'a> {
LL ~ x: &'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`.