Re: [PATCH v8 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
From: Alice Ryhl
Date: Wed Feb 19 2025 - 09:24:10 EST
On Tue, Feb 18, 2025 at 5:05 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> Gentle ping. Trevor, Alice, Benno: you all participated in the last
> round of review - I'd appreciate it if you could take a look at this
> series.
The primary thing that comes to mind looking at this is that losing
the Display impl is pretty sad. Having to jump through hoops every
time you want to print a string isn't great :(
Alice