]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/specialization/deafult-associated-type-bound-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / specialization / deafult-associated-type-bound-2.stderr
index ea40f846e3665a672742bf8b5261b15e6a261760..a14024c160f76f37b4d0060406be270493a289c1 100644 (file)
@@ -16,7 +16,7 @@ LL |     type U: PartialEq<T>;
 LL |     default type U = &'static B;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&'static B == B`
    |
-   = help: the trait `std::cmp::PartialEq<B>` is not implemented for `&'static B`
+   = help: the trait `PartialEq<B>` is not implemented for `&'static B`
 
 error: aborting due to previous error; 1 warning emitted