On Wed, Sep 25, 2024 at 12:00 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote: > > I posted a fix: > https://github.com/rust-lang/rust/pull/130824 Reviewed, tagged and added to the lists -- thanks! > We'll need a check on RUSTC_VERSION in Kconfig for this. If the PR > gets merged within the next 22 days, this will land in 1.83.0. Would > you like me to send a fix with that version number now or wait for it > to get merged before I send that fix? Perhaps it could also go into 1.82.0 since it is a fix? (there are still a couple weeks for that) In any case, I think we can put 1.83 in the fix already and modify later if needed. Even then, I am not sure if the requirement is a big deal, i.e. I guess we could keep the warning and avoid adding the restriction. But since this is for KASAN-enabled, I guess it is fine adding the restriction and being safe & proper. Cheers, Miguel