Module rustc_lint::impl_trait_overcaptures
source ยท Structsยง
- Lint for opaque types that will begin capturing in-scope but unmentioned lifetimes in edition 2024.
- Visit
Opaque ๐Types
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.
Functionsยง
- check_
fn ๐