2016-10-23 20:54:31 -05:00
|
|
|
error[E0046]: not all trait items implemented, missing: `Item`
|
|
|
|
--> $DIR/issue-23729.rs:20:9
|
|
|
|
|
|
2017-04-14 18:38:10 -05:00
|
|
|
20 | / impl Iterator for Recurrence {
|
2017-04-06 14:18:18 -05:00
|
|
|
21 | | //~^ ERROR E0046
|
|
|
|
22 | | //~| NOTE missing `Item` in implementation
|
|
|
|
23 | | //~| NOTE `Item` from trait: `type Item;`
|
|
|
|
... |
|
|
|
|
36 | | }
|
|
|
|
37 | | }
|
2017-04-14 18:38:10 -05:00
|
|
|
| |_________^ missing `Item` in implementation
|
2016-10-23 20:54:31 -05:00
|
|
|
|
|
|
|
|
= note: `Item` from trait: `type Item;`
|
|
|
|
|
2017-05-22 06:46:05 -05:00
|
|
|
error: aborting due to previous error(s)
|
2016-10-23 20:54:31 -05:00
|
|
|
|