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
`VaListImpl` was removed by
rust-lang/rust#141980 in `nightly-2025-12-07`,
so for the `nightly-2026-03-03` we're using for `--edition 2024`, we
need to switch from `VaListImpl` to `VaList` and from `.as_va_list()` to
`.clone()`. However, this isn't a change strictly tied to the edition
change, but just `rustc` changing over time, so we may want to introduce
a `--nightly-toolchain` or similar argument in addition to `--edition`
to control this, in case `nightly-2025-12-06` with `--edition 2024` is
desired, for example. This is also true of a bunch of other changes,
like
* `#![feature(stdsimd)]` split/stabilized
* `#![feature(raw_ref_op)]` stabilized
* `#![feature(label_break_value)]` stabilized
* `#![feature(asm)]` stabilized
* `core::intrinsics::pref_align_of` removed
* atomic `core::intrinsics` changed
* `[profile.release] strip = "debuginfo"` made the default
0 commit comments