rust/library/panic_unwind/src
Thalia Archibald 988eb19970 library: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-06 20:20:38 -08:00
..
dummy.rs panic_unwind: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
emcc.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
gcc.rs panic_unwind: Apply unsafe_op_in_unsafe_fn 2025-02-14 07:36:17 -08:00
hermit.rs panic_unwind: Apply unsafe_op_in_unsafe_fn 2025-02-14 07:36:17 -08:00
lib.rs update cfg(bootstrap) 2025-02-18 09:32:44 -08:00
miri.rs panic_unwind: Apply unsafe_op_in_unsafe_fn 2025-02-14 07:36:17 -08:00
seh.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00