Re: [PATCH v2 2/4] rust: add `const_assert!` macro
From: Miguel Ojeda
Date: Mon Mar 16 2026 - 14:35:23 EST
On Mon, Mar 16, 2026 at 6:34 PM Yury Norov <ynorov@xxxxxxxxxx> wrote:
>
> Same here. Miguel mentioned in the other thread that newer version of
> rust will make this list shorter, but once that didn't happen, let's
> follow rules?
It is not a hard limit, and there are a couple other nearby lines even
longer than this one. The new one will be 82 columns long (including
the addition here).
To be honest, I don't think it is worth making this patch series more
involved for a single line that will be temporary (or it may not even
happen depending on the order things land).
If we want to do it, then I would suggest doing it in another patch
(and likely in another patch series too).
Cheers,
Miguel