rust/library/std
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
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Use &raw in the standard library 2024-09-25 17:03:20 -07:00
tests Add test for available_parallelism() 2024-09-22 23:46:08 +01:00
build.rs Initial std library support for NuttX 2024-09-24 15:35:40 +08:00
Cargo.toml Pin memchr to 2.5.0 in the library rather than rustc_ast 2024-09-24 18:09:43 +02:00