Re: [PATCH 13/18] rust: quote: enable support in kbuild
From: Alice Ryhl
Date: Mon Nov 10 2025 - 08:38:49 EST
On Mon, Nov 10, 2025 at 02:22:53PM +0100, Miguel Ojeda wrote:
> On Mon, Nov 10, 2025 at 2:13 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
> >
> > This is to be able to skip over edition flags for `quote` when building
> > the rusttestlib?
>
> Yes, it is needed to support skipping the flags, which isn't needed
> until this patch.
>
> It can be done earlier separately since it doesn't hurt -- a simpler
> option is just to mention it here in the log.
With that mentioned:
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>