Re: [PATCH v3 2/3] rust: prelude: add `num::cv`
From: Alexandre Courbot
Date: Tue Sep 15 2026 - 03:43:16 EST
On Wed Sep 2, 2026 at 6:16 PM JST, Eliot Courtney wrote:
> Add the `cv!` macro to the prelude so it doesn't need to be imported
> explicitly to use it.
>
> Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
I believe this can be squashed into patch 1, there is no need for a
state where `cv` exists but isn't in the prelude if we agree it should
be there.