Re: [PATCH V12 06/15] rust: macros: enable use of hyphens in module names

From: Miguel Ojeda
Date: Mon May 19 2025 - 10:16:01 EST


On Mon, May 19, 2025 at 9:08 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> + /* Rust does not allow hyphens in identifiers, use underscore instead */

(In case you see this before you apply)

Nit: `//` for comments, also please end with a period.

Cheers,
Miguel