Re: [PATCH v2] rust: sync: implement Unpin for ARef
From: Miguel Ojeda
Date: Thu Dec 18 2025 - 05:28:20 EST
On Thu, Dec 18, 2025 at 9:25 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> +// Even if T is pinned, pointers to T can still move.
Boqun, if you pick this up, then please tweak this to:
// Even if `T` is pinned, pointers to `T` can still move.
Otherwise, if you want me to pick it up, please let me know -- thanks!
Cheers,
Miguel