]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/traits/not-suggest-non-existing-fully-qualified-path.stderr
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
[rust.git] / src / test / ui / traits / not-suggest-non-existing-fully-qualified-path.stderr
index 75d45d9052b46359f1ca5b06fe33ec3e5bb990ee..53178328c56af7bbd408bd1864cd4af387d1c846 100644 (file)
@@ -22,7 +22,7 @@ LL | impl I<i32> for B {}
    | ^^^^^^^^^^^^^^^^^
 LL | impl I<u32> for B {}
    | ^^^^^^^^^^^^^^^^^
-note: required because of the requirements on the impl of `V<_>` for `A<B>`
+note: required for `A<B>` to implement `V<_>`
   --> $DIR/not-suggest-non-existing-fully-qualified-path.rs:12:12
    |
 LL | impl<T, U> V<U> for A<T>