Re: [PATCH] x86/Kconfig: rust: Patchable function Rust compat

From: Miguel Ojeda
Date: Mon Dec 11 2023 - 16:09:48 EST


On Mon, Dec 11, 2023 at 5:23 PM Martin Rodriguez Reboredo
<yakoyoku@xxxxxxxxx> wrote:
>
> About issues, commits or PRs I was referring to issues in
> `rust-lang/rust`. When we use unstable compiler features in R4L they
> get tracked in [1].
>
> Link: https://github.com/Rust-for-Linux/linux/issues/355 [1]

Almost right :) In that one we put compiler things that we "want",
i.e. they may not even implemented in upstream Rust. When we start
using them (or we intend to use it and they have a
flag/feature/cfg...) it is when we (also) put them in the "main" list
of unstable features in issue #2.

Cheers,
Miguel