Re: linux-next: manual merge of the rust tree with the origin tree
From: Miguel Ojeda
Date: Mon Mar 30 2026 - 09:30:50 EST
On Mon, Mar 30, 2026 at 3:26 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> I think this is missing a comma between slice_ptr_len and strict_provenance.
Indeed, it looks like it -- good eyes!
Also, nit: the line
# - Stable since Rust 1.79.0: `feature(slice_ptr_len)`,
should use a period instead of a comma at the end. But, actually, to
be consistent with the others, we should probably do:
# - Stable since Rust 1.79.0: `feature(slice_ptr_len)`,
# `feature(inline_const)`.
To be fair, perhaps we should use the "one per line" style, but meh,
most of this goes away with the bump and we will have another conflict
soon, so it does not matter much.
Thanks!
Cheers,
Miguel