Re: [PATCH v2] scripts: generate_rust_analyzer: compile sysroot with correct edition

From: Miguel Ojeda

Date: Sun Jan 18 2026 - 14:44:02 EST


On Fri, Jan 16, 2026 at 9:46 PM Tamir Duberstein <tamird@xxxxxxxxxx> wrote:
>
> Use `core_edition` for all sysroot crates rather than just core as all
> were updated to edition 2024 in Rust 1.87.
>
> Fixes: f4daa80d6be7 ("rust: compile libcore with edition 2024 for 1.87+")
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxxx>

Applied to `rust-fixes` -- thanks everyone!

I added Cc: stable as discussed in v1:

Cc: stable@xxxxxxxxxxxxxxx

[ Added `>`s to make the quote a single block. - Miguel ]

Cheers,
Miguel