]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-capture-arc.stderr
Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr
[rust.git] / src / test / ui / no-capture-arc.stderr
index 9ae41e78c227dc769e9b2bde8ea00f4a6dcb6131..296e1fb3f26fe01319e36320608ee1c6365f6536 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