]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/issue-23729.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / span / issue-23729.stderr
CommitLineData
476ff2be 1error[E0046]: not all trait items implemented, missing: `Item`
0731742a 2 --> $DIR/issue-23729.rs:10:9
476ff2be 3 |
0531ce1d 4LL | impl Iterator for Recurrence {
ff7c6d11 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Item` in implementation
476ff2be 6 |
60c5eb7d 7 = help: implement the missing item: `type Item = Type;`
476ff2be 8
041b39d2 9error: aborting due to previous error
476ff2be 10
0531ce1d 11For more information about this error, try `rustc --explain E0046`.