]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/non-copyable-void.stderr
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / ui / non-copyable-void.stderr
index 8395a3a056317c0f124d5ce12c1a8e7c3e916d35..99af04e7cd97e2b3d743d9f61eafac399ffd9f2c 100644 (file)
@@ -3,14 +3,6 @@ error[E0599]: no method named `clone` found for enum `c_void` in the current sco
    |
 LL |         let _z = (*y).clone();
    |                       ^^^^^ method not found in `c_void`
-   | 
-  ::: $SRC_DIR/core/src/clone.rs:LL:COL
-   |
-LL |     fn clone(&self) -> Self;
-   |        -----
-   |        |
-   |        the method is available for `Arc<c_void>` here
-   |        the method is available for `Rc<c_void>` here
 
 error: aborting due to previous error