Re: [PATCH v1 05/28] rust: macros: add `concat_idents!` proc macro

From: Miguel Ojeda
Date: Mon Nov 14 2022 - 12:23:38 EST


On Mon, Nov 14, 2022 at 3:26 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> Probably clearer to write `Ident::new(&format!("{a}{b}"), b.span())`
> here?

Same as Björn, it also looks better to me. I will update it.

Cheers,
Miguel