]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-19692.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-19692.stderr
index b412d7bc70436ea150aaf295aac3e70e2216ee72..9e888ed758a11617f2f646fb84908012f3af5543 100644 (file)
@@ -2,7 +2,7 @@ error[E0599]: no method named `kaname` found for struct `Homura` in the current
   --> $DIR/issue-19692.rs:4:40
    |
 LL | struct Homura;
-   | -------------- method `kaname` not found for this
+   | ------------- method `kaname` not found for this struct
 ...
 LL |     let Some(ref madoka) = Some(homura.kaname());
    |                                        ^^^^^^ method not found in `Homura`