]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0308-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / E0308-2.stderr
index e7c5e4b42405f9765056e1d76d36cf15c440f968..47fea5a23a78da3714bca9e4b2c1e93cea612984 100644 (file)
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
 LL | impl Eq for &dyn DynEq {}
    |      ^^ lifetime mismatch
    |
-   = note: expected trait `std::cmp::PartialEq`
-              found trait `std::cmp::PartialEq`
+   = note: expected trait `PartialEq`
+              found trait `PartialEq`
 note: the lifetime `'_` as defined on the impl at 9:13...
   --> $DIR/E0308-2.rs:9:13
    |