]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/issue-23729.stderr
Auto merge of #41433 - estebank:constructor, r=michaelwoerister
[rust.git] / src / test / ui / span / issue-23729.stderr
1 error[E0046]: not all trait items implemented, missing: `Item`
2   --> $DIR/issue-23729.rs:20:9
3    |
4 20 | /         impl Iterator for Recurrence {
5 21 | |             //~^ ERROR E0046
6 22 | |             //~| NOTE missing `Item` in implementation
7 23 | |             //~| NOTE `Item` from trait: `type Item;`
8 ...  |
9 36 | |             }
10 37 | |         }
11    | |_________^ missing `Item` in implementation
12    |
13    = note: `Item` from trait: `type Item;`
14
15 error: aborting due to previous error
16