https://doc.rust-lang.org/nightly/core/pin/struct.UnsafePinned.html
UnsafePinned in core::pin - Rust
core pinrust
https://rust.docs.kernel.org/next/core/pin/struct.UnsafePinned.html
UnsafePinned in core::pin - Rust
core pinrust
https://users.rust-lang.org/t/stable-address-map-with-unsafepinned-sound-or-not/139782
Stable address map with UnsafePinned: Sound or not? - code review - The Rust Programming Language...
Apr 25, 2026 - Every once in a while I want a collection that I can add to without invalidating pointers to its elements, useful for things like string interning. I came up...
https://users.rust-lang.org/t/is-the-unsafepinned-rfc-wrong-about-being-able-to-return-mut-t-from-get-mut-unchecked/139941
Is the UnsafePinned RFC wrong about being able to return `&mut T` from `get_mut_unchecked`? - The...
May 5, 2026 - I find the UnsafePinned RFC a little cryptic; it's clearly written for experts who are already well steeped in the design space and the dynamic analysis tools...