Re: [PATCH v2 01/12] rust: num: use const_assert! in Bounded
From: Gary Guo
Date: Mon Aug 10 2026 - 10:43:16 EST
On Mon Aug 10, 2026 at 2:55 PM BST, Eliot Courtney wrote:
> Convert the const-block asserts in bounded.rs to const_assert!,
> matching the rest of the file.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> rust/kernel/num/bounded.rs | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)