Re: [PATCH 02/11] rust: macros: use `quote!` from vendored crate
From: Tamir Duberstein
Date: Sun Jan 04 2026 - 08:41:00 EST
On Tue, Dec 16, 2025 at 4:47 AM Benno Lossin <lossin@xxxxxxxxxx> wrote:
>
> On Thu Dec 11, 2025 at 7:56 PM CET, Gary Guo wrote:
> > From: Gary Guo <gary@xxxxxxxxxxx>
> >
> > With `quote` crate now vendored in the kernel, we can remove our custom
> > `quote!` macro implementation and just rely on that crate instead.
> >
> > The `quote` crate uses types from the `proc-macro2` library so we also
> > update to use that, and perform conversion in the top-level lib.rs.
> >
> > Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
>
> Reviewed-by: Benno Lossin <lossin@xxxxxxxxxx>
Reviewed-by: Tamir Duberstein <tamird@xxxxxxxxx>