mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-02 06:25:29 +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