You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #14871 was filed because, historically, these assign-operators were not usable in const context, even though the regular operators were. However, rust-lang/rust#143949 aims to fix this, and it currently uses a #[clippy::msrv = "1.88"] hack to avoid the tests triggering an error.
Longer-term, this special handling should be removed, since all of this is dependent on what will eventually be an older version of the nightly compiler, and my understanding is that while clippy handles MSRV, distinguishing between nightly versions is not supported.