Re: [PATCH 2/3] rust: macros: concat_idents: Allow :: paths in the first argument

From: Miguel Ojeda
Date: Tue Mar 07 2023 - 15:22:49 EST


On Sat, Feb 25, 2023 at 1:32 AM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> It seems weird to me that this is called `concat_idents` despite
> working for more things than just idents.
>
> How about just implement a simple version of the `paste` macro instead?

Opened https://github.com/Rust-for-Linux/linux/issues/983 in case we
end up applying the patch.

Cheers,
Miguel