We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
bar.rs
struct Items<'a, T>
The text was updated successfully, but these errors were encountered:
Since I've just gotten myself waist-deep in this, I'll try to fix it in the coming days 😄
Sorry, something went wrong.
7a6eaea
Auto merge of rust-lang#17818 - alibektas:hidden_rust_project_json, r…
937ef11
…=Veykril Allow rust-project.json to be hidden Closes rust-lang#17816
No branches or pull requests
Given:
Documentation for
bar.rs
showsstruct Items<'a, T>
, missing the lifetime bound.This is still the case on my branch in #17798The text was updated successfully, but these errors were encountered: