Skip to content

rustdoc: the pointer docs currently render no less than four separate types in a single main "Methods" list #92234

@slightlyoutofphase

Description

@slightlyoutofphase

See here.

This was frankly always somewhat confusing even when it amounted to solely the sometimes-identically-named *const T and *mut T methods, but has recently become IMO borderline unnavigable due to the further addition of the methods from *const [T] and *mut [T].

If at all possible, it seems like it would ultimately be good overall to get rustdoc rendering "primitives" in the same separate manner that it does user-defined structs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: An issue proposing an enhancement or a PR with one.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