Re: [PATCH 13/18] rust: quote: enable support in kbuild
From: Miguel Ojeda
Date: Mon Nov 10 2025 - 08:24:01 EST
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.
Cheers,
Miguel