]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-19692.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-19692.stderr
1 error[E0599]: no method named `kaname` found for type `Homura` in the current scope
2   --> $DIR/issue-19692.rs:4:40
3    |
4 LL | struct Homura;
5    | -------------- method `kaname` not found for this
6 ...
7 LL |     let Some(ref madoka) = Some(homura.kaname());
8    |                                        ^^^^^^
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0599`.