Re: [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

From: Miguel Ojeda
Date: Wed Mar 12 2025 - 11:42:43 EST


On Wed, Mar 12, 2025 at 4:05 PM Benno Lossin <benno.lossin@xxxxxxxxx> wrote:
>
> This feature has just been stabilized (5 days ago!):
>
> https://github.com/rust-lang/rust/issues/131415
>
> @Miguel: Do we already have a target Rust version for dropping the
> `RUSTC_BOOTSTRAP=1`? If not, then I think we should use this feature
> now, since it will be stable by the time we bump the minimum version.
> (not in this patch [series] though)

We don't (in any case, while we will not use languages unstable
features soon, we will still need tooling features).

So please feel free to use it, but it seems it is only unstably const
since 1.85.0, no?

Cheers,
Miguel