Re: linux-next: build failure after merge of the rust tree

From: Miguel Ojeda
Date: Tue Jun 24 2025 - 08:31:28 EST


On Tue, Jun 24, 2025 at 1:12 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> How do I get this warning to trigger? I did run my usual tests with rustc 1.78
> and 1.87.

Ah, sorry, my bad -- it is in the upcoming 1.88, which I was using for
something else.

You can test it with:

RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable

Cheers,
Miguel