summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr')
-rw-r--r--tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr b/tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr
index 5790e425c..a7770e1e7 100644
--- a/tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr
+++ b/tests/ui/resolve/point-at-type-parameter-shadowing-another-type.stderr
@@ -10,6 +10,6 @@ LL | impl<Baz> Foo<Baz> for Bar {
LL | Baz { num } => num,
| ^^^ not a struct, variant or union type
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0574`.