]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/issue-29106.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / span / issue-29106.stderr
index 3b403de12d536071b1ee3775b51fa567950e0bd4..71fbd60ee733b27e0d4a2fedc54293d5f72e10aa 100644 (file)
@@ -7,7 +7,7 @@ LL |     }
    |     -
    |     |
    |     `x` dropped here while still borrowed
-   |     borrow might be used here, when `y` is dropped and runs the `Drop` code for type `std::sync::Arc`
+   |     borrow might be used here, when `y` is dropped and runs the `Drop` code for type `Arc`
    |
    = note: values in a scope are dropped in the opposite order they are defined
 
@@ -20,7 +20,7 @@ LL |     }
    |     -
    |     |
    |     `x` dropped here while still borrowed
-   |     borrow might be used here, when `y` is dropped and runs the `Drop` code for type `std::rc::Rc`
+   |     borrow might be used here, when `y` is dropped and runs the `Drop` code for type `Rc`
    |
    = note: values in a scope are dropped in the opposite order they are defined