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