mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 02:40:37 +00:00
Deprecate the core::raw / std::raw module It only contains the `TraitObject` struct which exposes components of wide pointer. Pointer metadata APIs are designed to replace this: https://github.com/rust-lang/rust/issues/81513