Re: [PATCH 2/3] rust: macros: concat_idents: Allow :: paths in the first argument
From: Vincenzo Palazzo
Date: Wed Mar 01 2023 - 12:18:10 EST
> This makes things like concat_idents!(bindings::foo, bar) work.
> Otherwise, there is no way to concatenate two idents and then use the
> result as part of a type path.
>
> Signed-off-by: Asahi Lina <lina@xxxxxxxxxxxxx>
> ---
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@xxxxxxxxx>