Re: [PATCH v3 02/13] rust: sync: add `assume_init` to `UniqueArc`

From: Andreas Hindborg
Date: Thu Mar 30 2023 - 08:18:49 EST



y86-dev@xxxxxxxxxxxxxx writes:

> From: Benno Lossin <y86-dev@xxxxxxxxxxxxxx>
>
> Adds the `assume_init` function to `UniqueArc<MaybeUninit<T>>` that
> unsafely assumes the value to be initialized and yields a value of type
> `UniqueArc<T>`. This function is used when manually initializing the
> pointee of an `UniqueArc`.
>
> Signed-off-by: Benno Lossin <y86-dev@xxxxxxxxxxxxxx>
> ---

Reviewed-by: Andreas Hindborg <a.hindborg@xxxxxxxxxxx>