]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/dropck-object-cycle.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / span / dropck-object-cycle.stderr
index cfaf470212fdd8af8bf335710ae57bab895def91..229d17e1cf903c65f5477da8e63c96758e958c04 100644 (file)
@@ -8,7 +8,7 @@ LL | }
    | -
    | |
    | `*m` dropped here while still borrowed
-   | borrow might be used here, when `m` is dropped and runs the destructor for type `std::boxed::Box<dyn Trait<'_>>`
+   | borrow might be used here, when `m` is dropped and runs the destructor for type `Box<dyn Trait<'_>>`
 
 error: aborting due to previous error