Re: [PATCH v11 1/5] rust: macros: reduce collections in `quote!` macro
From: Tamir Duberstein
Date: Sun Jun 01 2025 - 15:43:31 EST
On Sun, Jun 1, 2025 at 12:24 PM Benno Lossin <lossin@xxxxxxxxxx> wrote:
>
> On Fri May 30, 2025 at 2:27 PM CEST, Tamir Duberstein wrote:
> > Remove a handful of unncessary intermediate vectors and token streams;
> > mainly the top-level stream can be directly extended with the notable
> > exception of groups.
>
> What's the motivation for this?
I was squinting at the macro to understand how it worked and spotted
these oddities.
> I wouldn't spend much effort on this file, as it'll go away when we add the `quote` crate.
Eh, this seems to be in the "I'll believe it when I see it" category.