The bound on `'b` is pruned when documenting the following snippet: ``` rust pub struct Foo<'a, 'b: 'a>(&'a (), &'b ()); ```
Activity
nox commentedon May 15, 2016
Cc @GuillaumeGomez
Rollup merge of rust-lang#33656 - GuillaumeGomez:lifetime_bound, r=st…
Rollup merge of rust-lang#33656 - GuillaumeGomez:lifetime_bound, r=st…