Skip to content

Lifetime bounds are pruned in rustdoc #33653

Closed
@nox

Description

@nox
Contributor

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

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

Activity

nox

nox commented on May 15, 2016

@nox
ContributorAuthor
added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on May 16, 2016
added a commit that references this issue on May 17, 2016

Rollup merge of rust-lang#33656 - GuillaumeGomez:lifetime_bound, r=st…

9a5104d
added a commit that references this issue on May 18, 2016

Rollup merge of rust-lang#33656 - GuillaumeGomez:lifetime_bound, r=st…

7a759d7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @nox@apasel422

        Issue actions

          Lifetime bounds are pruned in rustdoc · Issue #33653 · rust-lang/rust