Tracking issue for NonZero
/Unique
/Shared
stabilization · Issue #27730 · rust-lang/rust (original) (raw)
We currently have three internal types, NonZero
, Unique
and Shared
, that are very useful when working with unsafe Rust code. Ultimately, the hope is to have a clear vision for semi-high-level, but unsafe programming using types like these.
None of the current APIs have gone through the RFC process, and a comprehensive RFC should be written before any stabilization is done.
cc @gankro