rust/library/panic_unwind/src
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
..
dummy.rs std: Get the standard library compiling for wasm64 2021-11-10 08:35:42 -08:00
emcc.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
gcc.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
hermit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
lib.rs Initial std library support for NuttX 2024-09-24 15:35:40 +08:00
miri.rs Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
seh.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00