Skip to content

Lifetime bounds are pruned in rustdoc #33653

Closed
@nox

Description

@nox

The bound on 'b is pruned when documenting the following snippet:

pub struct Foo<'a, 'b: 'a>(&'a (), &'b ());

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