]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/non-copyable-void.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / non-copyable-void.stderr
index b5c83ec2289a6f4e9b9c5bca36cf7740c891c66b..4041e1935dcb77b655cb3458f5861430801a539d 100644 (file)
@@ -1,5 +1,5 @@
 error[E0599]: no method named `clone` found for type `libc::c_void` in the current scope
-  --> $DIR/non-copyable-void.rs:21:23
+  --> $DIR/non-copyable-void.rs:11:23
    |
 LL |         let _z = (*y).clone();
    |                       ^^^^^