]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/issues/issue-19521.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / issues / issue-19521.stderr
index b6847cd755c3fb7de03da89b275a43193598383d..13a12acb3605b5e13b148a923a68892cd938412d 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `homura` found for reference `&'static str` in the
   --> $DIR/issue-19521.rs:2:8
    |
 LL |     "".homura()();
-   |        ^^^^^^ method not found in `&'static str`
+   |        ^^^^^^ method not found in `&str`
 
 error: aborting due to previous error