]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-19692.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-19692.stderr
1 error[E0599]: no method named `kaname` found for struct `Homura` in the current scope
2 --> $DIR/issue-19692.rs:4:40
3 |
4 LL | struct Homura;
5 | ------------- method `kaname` not found for this struct
6 ...
7 LL | let Some(ref madoka) = Some(homura.kaname());
8 | ^^^^^^ method not found in `Homura`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0599`.