summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-19692.stderr
blob: 9e888ed758a11617f2f646fb84908012f3af5543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0599]: no method named `kaname` found for struct `Homura` in the current scope
  --> $DIR/issue-19692.rs:4:40
   |
LL | struct Homura;
   | ------------- method `kaname` not found for this struct
...
LL |     let Some(ref madoka) = Some(homura.kaname());
   |                                        ^^^^^^ method not found in `Homura`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.