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
The bound on 'b is pruned when documenting the following snippet:
'b
pub struct Foo<'a, 'b: 'a>(&'a (), &'b ());
The text was updated successfully, but these errors were encountered:
Cc @GuillaumeGomez
Sorry, something went wrong.
Rollup merge of rust-lang#33656 - GuillaumeGomez:lifetime_bound, r=st…
9a5104d
…eveklabnik Add lifetime's bounds in doc generation Fixes rust-lang#33653  r? @steveklabnik
7a759d7
No branches or pull requests
The bound on
'b
is pruned when documenting the following snippet:The text was updated successfully, but these errors were encountered: