]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/issues/issue-53348.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / issues / issue-53348.stderr
index 71d9f5b3dbbff615970a6eb724077ec3c207cf1e..e4cdb7e889bcab07ae01e27c0266e46b7d003263 100644 (file)
@@ -5,7 +5,7 @@ LL |     let mut a = String::new();
    |                 ------------- expected due to this value
 LL |     for i in v {
 LL |         a = *i.to_string();
-   |             ^^^^^^^^^^^^^^ expected struct `String`, found `str`
+   |             ^^^^^^^^^^^^^^ expected `String`, found `str`
 
 error: aborting due to previous error