rust/library/std/src/sys/os_str
Josh Stone f4d9d1a0ea Use &raw in the standard library
Since the stabilization in #127679 has reached stage0, 1.82-beta, we can
start using `&raw` freely, and even the soft-deprecated `ptr::addr_of!`
and `ptr::addr_of_mut!` can stop allowing the unstable feature.

I intentionally did not change any documentation or tests, but the rest
of those macro uses are all now using `&raw const` or `&raw mut` in the
standard library.
2024-09-25 17:03:20 -07:00
..
bytes std: move OS String implementation into sys 2024-01-15 16:26:25 +01:00
bytes.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
mod.rs forbid(unsafe_op_in_unsafe_fn) in sys/os_str 2024-07-17 05:52:38 +00:00
wtf8.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00