]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/kindck/kindck-inherited-copy-bound.object_safe_for_dispatch.stderr
Rollup merge of #106733 - DebugSteven:revert-104552-warn-newer-x, r=jyn514
[rust.git] / tests / ui / kindck / kindck-inherited-copy-bound.object_safe_for_dispatch.stderr
index 2380533b9c3ef4bba5357c434bfd11da99ad0b67..2fbb5a98a8d922fc7e6354d355a1d46808473bec 100644 (file)
@@ -10,7 +10,9 @@ note: required for `Box<{integer}>` to implement `Foo`
   --> $DIR/kindck-inherited-copy-bound.rs:14:14
    |
 LL | impl<T:Copy> Foo for T {
-   |              ^^^     ^
+   |        ----  ^^^     ^
+   |        |
+   |        unsatisfied trait bound introduced here
 note: required by a bound in `take_param`
   --> $DIR/kindck-inherited-copy-bound.rs:17:17
    |