Re: [PATCH v3 3/7] rust: cpufreq: always inline functions using build_assert with arguments
From: Miguel Ojeda
Date: Mon Dec 08 2025 - 20:02:13 EST
On Mon, Dec 8, 2025 at 2:55 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> ? If so, I can send a patch that adds this feature.
Sounds like `consteval` in C++20, which is useful from time to time.
If we add it, then the attribute form may make a bit more "sense"
conceptually (and we already also added the `export` one).
Cheers,
Miguel