Structs§
- Computes the variances of regions that appear in the type, but considering late-bound regions too, which don’t have their variance computed usually.
- Lint for opaque types that will begin capturing in-scope but unmentioned lifetimes in edition 2024.
Enums§
Statics§
- The
impl_trait_overcaptures
lint warns against cases where lifetime capture behavior will differ in edition 2024. - The
impl_trait_redundant_captures
lint warns against cases where use of the precise capturinguse<...>
syntax is not needed.