Skip to content

rustdoc where clause is not reproducible #32555

Closed
@sanxiyn

Description

@sanxiyn

For example, run make doc/alloc/index.html twice in a row and check doc/alloc/boxed/struct.Boxed.html. Where clause of flat_map can be either where U: IntoIterator, F: FnMut(Self::Item) -> U, or where F: FnMut(Self::Item) -> U, U: IntoIterator.

I think it is suspect that where_cluases function in src/librustdoc/clean/simplify.rs uses HashMap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc 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