summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/impl-wf-cycle-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/associated-types/impl-wf-cycle-2.stderr (renamed from src/test/ui/associated-types/impl-wf-cycle-2.stderr)3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/associated-types/impl-wf-cycle-2.stderr b/tests/ui/associated-types/impl-wf-cycle-2.stderr
index ec4ffe27c..771ba751e 100644
--- a/src/test/ui/associated-types/impl-wf-cycle-2.stderr
+++ b/tests/ui/associated-types/impl-wf-cycle-2.stderr
@@ -9,6 +9,9 @@ note: required for `(T,)` to implement `Grault`
|
LL | impl<T: Grault> Grault for (T,)
| ^^^^^^ ^^^^
+...
+LL | Self::A: Copy,
+ | ---- unsatisfied trait bound introduced here
error: aborting due to previous error