Re: [PATCH v4 22/28] rust: error: use `core::alloc::LayoutError`

From: Alice Ryhl
Date: Wed Aug 07 2024 - 09:55:45 EST


On Mon, Aug 5, 2024 at 5:22 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> Use `core::alloc::LayoutError` instead of `alloc::alloc::LayoutError` in
> preparation to get rid of Rust's alloc crate.
>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>

It could make sense to squash some of these super small changes that
prepare for deleting alloc. E.g., patch 27.

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>