Re: linux-next: build failure after merge of the tip tree
From: Miguel Ojeda
Date: Mon Nov 24 2025 - 09:48:44 EST
On Mon, Nov 24, 2025 at 3:35 PM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> At some point in the past... I just did again, and updated the relevant
> packages and rustavailable is still green, but allmodconfig is still not
> giving me rust.
>
> I'm on Debian Testing.
There are several `depends on` for `CONFIG_RUST` as Boqun mentions, so
it is likely one of those is blocking you.
The easiest way to know which one it is is to check what `menuconfig`
computes about the requirements (searching with the `/` command).
Happy to help if that doesn't solve it.
Cheers,
Miguel