Re: linux-next: manual merge of the rust tree with the origin tree

From: Miguel Ojeda

Date: Mon Apr 06 2026 - 09:15:56 EST


On Mon, Apr 6, 2026 at 3:12 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
>
> +# - Stable since Rust 1.84.0: `feature(strict_provenance)`.

Ditto here (please see my other reply).

i.e. one side adds the feature, but the other removes everything < 1.85.0.

> ++rust_allowed_features := arbitrary_self_types,asm_goto,slice_ptr_len,strict_provenance,used_with_arg

And here, i.e. both `slice_ptr_len` and `strict_provenance` are not
needed anymore.

Thanks!

Cheers,
Miguel