Skip to content
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

RustDoc needs to encode the real lifetime bounds, not just "RegionBound" #16518

Closed
nikomatsakis opened this issue Aug 15, 2014 · 0 comments
Closed
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@nikomatsakis
Copy link
Contributor

Before #16462, there was only one region bound -- 'static. This is no longer the case, but rustdoc still thinks it is. This means that wherever a lifetime appears, rustdoc will print 'static, not the correct lifetime.

@bors bors closed this as completed in 2f955c7 Oct 6, 2014
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this issue Feb 11, 2024
…ts, r=Veykril

Enable some minor lints that we should tackles

This enables these lint rules that are commented as we should tackle at some points.

- non_canonical_clone_impl
- non_canonical_partial_ord_impl
- self_named_constructors
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