summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/hr-associated-type-bound-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/associated-types/hr-associated-type-bound-2.stderr (renamed from src/test/ui/associated-types/hr-associated-type-bound-2.stderr)3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/associated-types/hr-associated-type-bound-2.stderr b/tests/ui/associated-types/hr-associated-type-bound-2.stderr
index a85edd7a0..749986f09 100644
--- a/src/test/ui/associated-types/hr-associated-type-bound-2.stderr
+++ b/tests/ui/associated-types/hr-associated-type-bound-2.stderr
@@ -10,6 +10,9 @@ note: required for `u32` to implement `for<'b> X<'b>`
|
LL | impl X<'_> for u32
| ^^^^^ ^^^
+LL | where
+LL | for<'b> <Self as X<'b>>::U: Clone,
+ | ----- unsatisfied trait bound introduced here
= note: 128 redundant requirements hidden
= note: required for `u32` to implement `for<'b> X<'b>`