]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-23729.stderr
New upstream version 1.20.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 |
cc61c64b
XL
420 | / impl Iterator for Recurrence {
521 | | //~^ ERROR E0046
622 | | //~| NOTE missing `Item` in implementation
723 | | //~| NOTE `Item` from trait: `type Item;`
8... |
936 | | }
1037 | | }
11 | |_________^ missing `Item` in implementation
476ff2be
SL
12 |
13 = note: `Item` from trait: `type Item;`
14
041b39d2 15error: aborting due to previous error
476ff2be 16