rust/library/core/src/mem
Mara Bos 3f6dc9a8ab Add #[track_caller] for some function in core::mem.
These functions can panic for some types. This makes the panic point to
the code that calls e.g. mem::uninitialized(), instead of inside the
definition of mem::uninitialized.
2021-07-28 14:34:36 +02:00
..
manually_drop.rs Revert #85176 addition of clone_from for ManuallyDrop 2021-05-27 14:01:16 -04:00
maybe_uninit.rs Add #[track_caller] for some function in core::mem. 2021-07-28 14:34:36 +02:00
mod.rs Add #[track_caller] for some function in core::mem. 2021-07-28 14:34:36 +02:00