]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/estr-subtyping.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / estr-subtyping.stderr
index e5dbab6441cb9e5ddc6302d0696a45829a1aa879..268ec63a80dc6ee906a2b48ca49e7ab8465637ef 100644 (file)
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
 LL |    wants_uniq(x);
    |               ^
    |               |
-   |               expected struct `std::string::String`, found `&str`
+   |               expected struct `String`, found `&str`
    |               help: try using a conversion method: `x.to_string()`
 
 error: aborting due to previous error