summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr')
-rw-r--r--tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr b/tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr
index 8a71fc73a..d0eb27343 100644
--- a/tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr
+++ b/tests/ui/generic-associated-types/missing-where-clause-on-trait.stderr
@@ -13,6 +13,6 @@ LL - type Assoc<'a, 'b> = () where 'a: 'b;
LL + type Assoc<'a, 'b> = () ;
|
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0276`.