]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/borrowck/issue-64453.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / borrowck / issue-64453.stderr
index 081ccd37861cb29df50ca16402882a0b3c37b8a8..fba801983cf4e21296c8fa6a00f29eeca2e6e13d 100644 (file)
@@ -2,7 +2,7 @@ error[E0507]: cannot move out of static item `settings_dir`
   --> $DIR/issue-64453.rs:14:37
    |
 LL |     let settings_data = from_string(settings_dir);
-   |                                     ^^^^^^^^^^^^ move occurs because `settings_dir` has type `std::string::String`, which does not implement the `Copy` trait
+   |                                     ^^^^^^^^^^^^ move occurs because `settings_dir` has type `String`, which does not implement the `Copy` trait
 
 error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
   --> $DIR/issue-64453.rs:4:31