]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/disallowed-deconstructing/disallowed-deconstructing-destructing-struct-match.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / disallowed-deconstructing / disallowed-deconstructing-destructing-struct-match.stderr
index afc5170e1b84e8e4151048bde645db1593f890d9..70cdd6446c8d987b1eef6a1676e6fc610ec3224c 100644 (file)
@@ -8,7 +8,7 @@ LL |         X { x: y } => println!("contents: {}", y)
    |                -
    |                |
    |                data moved here
-   |                move occurs because `y` has type `std::string::String`, which does not implement the `Copy` trait
+   |                move occurs because `y` has type `String`, which does not implement the `Copy` trait
 
 error: aborting due to previous error