summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/inductive-overflow/supertrait.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/traits/inductive-overflow/supertrait.stderr (renamed from src/test/ui/traits/inductive-overflow/supertrait.stderr)4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/ui/traits/inductive-overflow/supertrait.stderr b/tests/ui/traits/inductive-overflow/supertrait.stderr
index 4b862cf79..b537ecf17 100644
--- a/src/test/ui/traits/inductive-overflow/supertrait.stderr
+++ b/tests/ui/traits/inductive-overflow/supertrait.stderr
@@ -8,7 +8,9 @@ note: required for `NoClone` to implement `Magic`
--> $DIR/supertrait.rs:5:16
|
LL | impl<T: Magic> Magic for T {}
- | ^^^^^ ^
+ | ----- ^^^^^ ^
+ | |
+ | unsatisfied trait bound introduced here
note: required by a bound in `copy`
--> $DIR/supertrait.rs:7:12
|