Skip to content

Iterator adaptors should allow unsized function fields #38133

Open
@nagisa

Description

@nagisa

For example ::std::iter::Map<::std::ops::Range<u8>, Fn(u8) -> u32> is fully technically possible type, except Map doesn't allow for unsized F, because it is not marked as such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-iteratorsArea: IteratorsC-enhancementCategory: An issue proposing an enhancement or a PR with one.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions