Skip to content

rustdoc misses certain impl's #17006

@alexchandel

Description

@alexchandel

When rustdoc is run on libcore with JSON output, the output doesn't include several implementations, including one in finally.rs. In particular Drop for Finallyalizer isn't detected:

impl<'a,A> Drop for Finallyalizer<'a,A>

Rustdoc should pick up every syntax element.

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