]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-19538.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-19538.stderr
index b6033e47b1a44d88edd1503e77631317083e60a9..71a013248cf767356aa918685ce276f8d0459438 100644 (file)
@@ -25,7 +25,7 @@ LL |     let test: &mut dyn Bar = &mut thing;
    |                              ^^^^^^^^^^ the trait `Bar` cannot be made into an object
    |
    = help: consider moving `foo` to another trait
-   = note: required because of the requirements on the impl of `std::ops::CoerceUnsized<&mut dyn Bar>` for `&mut Thing`
+   = note: required because of the requirements on the impl of `CoerceUnsized<&mut dyn Bar>` for `&mut Thing`
    = note: required by cast to type `&mut dyn Bar`
 
 error: aborting due to 2 previous errors