]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/derives/derive-assoc-type-not-impl.stderr
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
[rust.git] / src / test / ui / derives / derive-assoc-type-not-impl.stderr
index f15aba97ded8110c7f5380a7d352edcd62814885..be446feb847eb5a84df31d4f9657e68163ac9fdd 100644 (file)
@@ -1,5 +1,5 @@
 error[E0599]: no method named `clone` found for struct `Bar<NotClone>` in the current scope
-  --> $DIR/derive-assoc-type-not-impl.rs:23:30
+  --> $DIR/derive-assoc-type-not-impl.rs:18:30
    |
 LL | struct Bar<T: Foo> {
    | ------------------