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

Lifetime bounds missing from re-exported items in documentation #17818

Closed
tomjakubowski opened this issue Oct 6, 2014 · 1 comment
Closed
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@tomjakubowski
Copy link
Contributor

Given:

// foo.rs
pub struct Items<'a, T: 'a>;
// bar.rs
extern crate foo;
pub use foo::Items;

Documentation for bar.rs shows struct Items<'a, T>, missing the lifetime bound. This is still the case on my branch in #17798

@tomjakubowski
Copy link
Contributor Author

Since I've just gotten myself waist-deep in this, I'll try to fix it in the coming days 😄

@huonw huonw added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Oct 6, 2014
@bors bors closed this as completed in 7a6eaea Oct 6, 2014
lnicola pushed a commit to lnicola/rust that referenced this issue Aug 13, 2024
…=Veykril

Allow rust-project.json to be hidden

Closes rust-lang#17816
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