๐ฌThis is a nightly-only experimental API. (unsafe_unpin#125735)
Expand description
Used to determine whether a type contains any UnsafePinned (or PhantomPinned) internally,
but not through an indirection. This affects, for example, whether we emit noalias metadata
for &mut T or not.