Re: [PATCH v2 2/2] rust: types: rename Opaque::raw_get to cast_into
From: Miguel Ojeda
Date: Thu Jul 17 2025 - 09:38:45 EST
On Tue, Jun 24, 2025 at 5:28 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> - let cell_inner = ::core::cell::UnsafeCell::raw_get(self_ptr);
> + let cell_inner = ::core::cell::UnsafeCell::cast_into(self_ptr);
Bah, we also missed this one -- I will rebase / send a patch.
Cheers,
Miguel