mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 17:37:40 +00:00
Removes some unsafety and reduces the number of `usize` -> `ptr` transmutes which might be helpful for CHERI-like targets in the future.
Removes some unsafety and reduces the number of `usize` -> `ptr` transmutes which might be helpful for CHERI-like targets in the future.