2016-10-23 20:54:31 -05:00
|
|
|
error[E0046]: not all trait items implemented, missing: `Item`
|
|
|
|
--> $DIR/issue-23729.rs:20:9
|
|
|
|
|
|
2017-12-19 16:41:03 -06:00
|
|
|
20 | impl Iterator for Recurrence {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Item` in implementation
|
2016-10-23 20:54:31 -05:00
|
|
|
|
|
|
|
|
= note: `Item` from trait: `type Item;`
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2016-10-23 20:54:31 -05:00
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0046"
|