Re: [PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs

From: Miguel Ojeda

Date: Mon Jan 26 2026 - 00:05:56 EST


On Mon, Dec 15, 2025 at 6:49 AM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> This is useful in Nova's GSP message handling, as some messages are
> empty and we currently need to explicitly use an empty structure for
> them.
>
> If accepted, I would like to merge it through `drm-rust-next` so Nova
> code can start using this feature quickly.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

Applied to `rust-next` -- thanks everyone!

Cheers,
Miguel