]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-reuse-move-arc.stderr
Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr
[rust.git] / src / test / ui / no-reuse-move-arc.stderr
index 564b05854740ccfc6b63771872fc52337c71d500..bcd481c33f361b374b7ee26aea00c8ce50a99a9e 100644 (file)
@@ -13,11 +13,6 @@ LL |     assert_eq!((*arc_v)[2], 3);
    |                ^^^^^^^^ value borrowed here after move
    |
    = note: borrow occurs due to deref coercion to `Vec<i32>`
-note: deref defined here
-  --> $SRC_DIR/alloc/src/sync.rs:LL:COL
-   |
-LL |     type Target = T;
-   |     ^^^^^^^^^^^
 
 error: aborting due to previous error