rust/library/std/src/thread
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
..
local Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
local.rs Replace move|| with move || in compiler/ and library/ 2024-06-18 23:25:08 +08:00
mod.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
scoped.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
tests.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00