Skip to content

Lifetime bounds are pruned in rustdoc #33653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nox opened this issue May 15, 2016 · 1 comment
Closed

Lifetime bounds are pruned in rustdoc #33653

nox opened this issue May 15, 2016 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@nox
Copy link
Contributor

nox commented May 15, 2016

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

pub struct Foo<'a, 'b: 'a>(&'a (), &'b ());
@nox
Copy link
Contributor Author

nox commented May 15, 2016

Cc @GuillaumeGomez

@apasel422 apasel422 added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label May 16, 2016
eddyb added a commit to eddyb/rust that referenced this issue May 17, 2016
Manishearth added a commit to Manishearth/rust that referenced this issue May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants