Re: [PATCH v10 08/27] rust: adapt `alloc` crate to the kernel

From: Miguel Ojeda
Date: Wed Sep 28 2022 - 11:27:08 EST


On Wed, Sep 28, 2022 at 5:10 PM Wei Liu <wei.liu@xxxxxxxxxx> wrote:
>
> Missing safety comment here?

The standard library does not provide safety comments for all blocks,
and these are essentially copies of the infallible variations in the
library, which I kept as close as possible to the original.

Thanks for taking a look!

Cheers,
Miguel