On Tue, Dec 16, 2025 at 4:47 AM Benno Lossin <[email protected]> wrote: > > On Thu Dec 11, 2025 at 7:56 PM CET, Gary Guo wrote: > > From: Gary Guo <[email protected]> > > > > 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 <[email protected]> > > Reviewed-by: Benno Lossin <[email protected]>
Reviewed-by: Tamir Duberstein <[email protected]>

