Previously, rustdoc recorded lifetime bounds by rendering them into the name of the lifetime parameter. Now, it leaves the name as the actual name and instead records lifetime bounds in an `outlives` list, similar to how type parameter bounds are recorded. |
||
|---|---|---|
| .. | ||
| plain_empty.rs | ||
| tuple.rs | ||
| unit.rs | ||
| with_generics.rs | ||
| with_primitives.rs | ||