Re: [PATCH 02/18] rust: kbuild: introduce `core-flags` and `core-skip_flags`

From: Miguel Ojeda
Date: Mon Nov 10 2025 - 05:20:06 EST


On Mon, Nov 10, 2025 at 10:51 AM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> Thus do so here for `core`, which simplifies a bit the `Makefile`
> (including the next commit) and makes it more consistent.

We may want to eventually use `--cap-lints=allow` here too, but the
skip flags here were already feeling a bit more than needed for the
series.

Cheers,
Miguel