rust/library/core/src/ptr
Alex Saveau 28ea002340
Add small clarification around using pointers derived from references
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
2022-11-06 12:09:55 -08:00
..
alignment.rs Print the precondition we violated, and visible through output capture 2022-10-26 22:09:17 -04:00
const_ptr.rs Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomcc 2022-10-27 09:25:08 +02:00
metadata.rs Use ptr::metadata in <[T]>::len implementation 2022-08-21 15:19:32 +00:00
mod.rs Add small clarification around using pointers derived from references 2022-11-06 12:09:55 -08:00
mut_ptr.rs Rollup merge of #103580 - lukas-code:guaranteed_ne, r=GuillaumeGomez 2022-10-27 08:30:58 +09:00
non_null.rs Print the precondition we violated, and visible through output capture 2022-10-26 22:09:17 -04:00
unique.rs Implement core::ptr::Unique on top of NonNull 2022-04-14 19:35:40 +02:00