Structs§
- Functional
Variances π - Computes the variances of regions that appear in the type, but considering late-bound regions too, which donβt have their variance computed usually.
- Impl
Trait Overcaptures - Lint for opaque types that will begin capturing in-scope but unmentioned lifetimes in edition 2024.
- Impl
Trait πOvercaptures Lint - Impl
Trait πRedundant Captures Lint - Visit
Opaque πTypes
Enums§
- Param
Kind π
Statics§
- IMPL_
TRAIT_ OVERCAPTURES - The
impl_trait_overcaptures
lint warns against cases where lifetime capture behavior will differ in edition 2024. - IMPL_
TRAIT_ REDUNDANT_ CAPTURES - The
impl_trait_redundant_captures
lint warns against cases where use of the precise capturinguse<...>
syntax is not needed.
Functions§
- check_
fn π - extract_
def_ πid_ from_ arg - unify π
- What is the variance that satisfies the two variances?