]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/traits/trait-test-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / traits / trait-test-2.stderr
index 9d1eef547568eb547b2e896b4a1e8874f4f55583..0a62f1aeb27509a02a12b9c2a8ac6b2fc15aa94a 100644 (file)
@@ -39,8 +39,8 @@ LL |     (box 10 as Box<dyn bar>).dup();
    |
    = help: consider moving `dup` to another trait
    = help: consider moving `blah` to another trait
-   = note: required because of the requirements on the impl of `std::ops::CoerceUnsized<std::boxed::Box<dyn bar>>` for `std::boxed::Box<{integer}>`
-   = note: required by cast to type `std::boxed::Box<dyn bar>`
+   = note: required because of the requirements on the impl of `CoerceUnsized<Box<dyn bar>>` for `Box<{integer}>`
+   = note: required by cast to type `Box<dyn bar>`
 
 error: aborting due to 4 previous errors