]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/bad/bad-const-type.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / bad / bad-const-type.stderr
index f667779fab58f37f5daa7e51e8cd80faa20c4d40..a9c84b4b41cc86733612dcd3ab2d082b9e599d86 100644 (file)
@@ -4,7 +4,7 @@ error[E0308]: mismatched types
 LL | static i: String = 10;
    |                    ^^
    |                    |
-   |                    expected struct `std::string::String`, found integer
+   |                    expected struct `String`, found integer
    |                    help: try using a conversion method: `10.to_string()`
 
 error: aborting due to previous error