]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-23729.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / span / issue-23729.stderr
CommitLineData
476ff2be
SL
1error[E0046]: not all trait items implemented, missing: `Item`
2 --> $DIR/issue-23729.rs:20:9
3 |
ff7c6d11
XL
420 | impl Iterator for Recurrence {
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Item` in implementation
476ff2be
SL
6 |
7 = note: `Item` from trait: `type Item;`
8
041b39d2 9error: aborting due to previous error
476ff2be 10