Re: [PATCH] rust: macros: update 'paste!' macro to accept string literals

From: Miguel Ojeda
Date: Thu Oct 12 2023 - 16:45:39 EST


On Mon, Oct 9, 2023 at 9:14 PM Trevor Gross <tmgross@xxxxxxxxx> wrote:
>
> I suppose it is something that augments current behavior and "fixes"
> the linked use case by making it possible. I am not sure what
> qualifies as a fix.

`Fixes` is meant for issues/bugs. So if the macro was broken, i.e. it
does not do what it says it would, it would be a fix.

But if I understand correctly, the docs say this was not supported, so
it is not a fix, it is just expanding the feature set.

Similarly, `Reported-by` is not meant for feature requests.

> I will update the documentation, thanks for the catch.

Thanks!

Cheers,
Miguel