Re: [PATCH 18/18] rust: syn: enable support in kbuild
From: Miguel Ojeda
Date: Mon Nov 10 2025 - 08:42:00 EST
On Mon, Nov 10, 2025 at 12:49 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> This change seems unrelated?
It is needed to actually use them in proc macros, e.g. to build the
new `pin-init`. We could move it to that patch series, but then it
means it is harder to use this series (e.g. someone was waiting to
port other macros).
I can put it in a final patch or perhaps just mention it in the log,
similar to the `quote` one.
Cheers,
Miguel