rust/library/core/src/ptr
Eduardo Sánchez Muñoz 2a91eeac1a Implement core::ptr::Unique on top of NonNull
Removes the use `rustc_layout_scalar_valid_range_start` and some `unsafe` blocks.
2022-04-14 19:35:40 +02:00
..
const_ptr.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
metadata.rs Fix a few misspellings. 2021-06-25 13:18:56 -07:00
mod.rs Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcm 2022-04-05 01:53:31 +02:00
mut_ptr.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
non_null.rs Add doc links referencing raw pointer methods 2022-04-03 20:56:35 -07:00
unique.rs Implement core::ptr::Unique on top of NonNull 2022-04-14 19:35:40 +02:00