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

From: Alice Ryhl
Date: Mon Nov 10 2025 - 06:51:40 EST


On Mon, Nov 10, 2025 at 11:19:19AM +0100, Miguel Ojeda wrote:
> 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.

Using cap-lints allow for core sgtm.

Alice