diff --git a/compiler/rustc_lint/src/impl_trait_overcaptures.rs b/compiler/rustc_lint/src/impl_trait_overcaptures.rs index 3859b0cab2520..f6a07f97213ce 100644 --- a/compiler/rustc_lint/src/impl_trait_overcaptures.rs +++ b/compiler/rustc_lint/src/impl_trait_overcaptures.rs @@ -73,6 +73,7 @@ declare_lint! { @future_incompatible = FutureIncompatibleInfo { reason: fcw!(EditionSemanticsChange 2024 "rpit-lifetime-capture"), }; + @msrv = "1.82"; } declare_lint! {