[PATCH v2 2/2] rust: types: rename Opaque::raw_get to cast_into

Miguel Ojeda miguel.ojeda.sandonis at gmail.com
Thu Jul 17 13:38:19 UTC 2025


On Tue, Jun 24, 2025 at 5:28 PM Alice Ryhl <aliceryhl at google.com> 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


More information about the dri-devel mailing list