mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-31 03:55:30 +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