summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/bounds-are-checked.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/type-alias-impl-trait/bounds-are-checked.stderr')
-rw-r--r--tests/ui/type-alias-impl-trait/bounds-are-checked.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/type-alias-impl-trait/bounds-are-checked.stderr b/tests/ui/type-alias-impl-trait/bounds-are-checked.stderr
index 962dedde0..ad1b9f19d 100644
--- a/tests/ui/type-alias-impl-trait/bounds-are-checked.stderr
+++ b/tests/ui/type-alias-impl-trait/bounds-are-checked.stderr
@@ -7,6 +7,6 @@ LL | type X<'a> = impl Into<&'static str> + From<&'a str>;
LL | t
| ^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0792`.