mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:27:17 +00:00
The wording unsafe pointer is less common and not mentioned in a lot of places, instead this is usually called a "raw pointer". For the sake of uniformity, we rename this method. This came up during the review of https://github.com/rust-lang/rust/pull/134424.