]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/derives/derive-assoc-type-not-impl.stderr
Auto merge of #107197 - aliemjay:patch-2, r=jackh726
[rust.git] / tests / ui / derives / derive-assoc-type-not-impl.stderr
index c4fddcf5f2468e509db54676801735e274c27d2a..91b334b412bc968800442c48883eb3e7d03aa914 100644 (file)
@@ -18,9 +18,6 @@ note: trait bound `NotClone: Clone` was not satisfied
    |
 LL | #[derive(Clone)]
    |          ^^^^^ unsatisfied trait bound introduced in this `derive` macro
-   = note: the following trait bounds were not satisfied:
-           `NotClone: Clone`
-           which is required by `Bar<NotClone>: Clone`
    = help: items from traits can only be used if the trait is implemented and in scope
    = note: the following trait defines an item `clone`, perhaps you need to implement it:
            candidate #1: `Clone`