Re: [PATCH v2 1/2] rust: init: compile examples

From: Tamir Duberstein
Date: Mon Jul 14 2025 - 08:25:01 EST


On Sun, Jul 13, 2025 at 4:33 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Thu, Jul 10, 2025 at 12:49 AM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
> >
> > It's not exactly clear to me why these were `ignore`d. There are many
> > others like this in pin-init, but I'm only touching the kernel-specific
> > ones here.
> >
> > Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>
>
> This seems essentially equivalent to this one applied a few weeks ago:
>
> https://lore.kernel.org/rust-for-linux/20250526152914.2453949-1-ojeda@xxxxxxxxxx/
>
> But that one uses `expect` to, which is a bit better for the future.

Yep, thanks!