rust/library/core/src/ptr
Jubilee ad884fa553
Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingjubilee
core: begin deduplicating pointer docs

this also cleans up two inconsistancies:
1. both doctests on the ::add methods were actually calling the const version.
2. on of the ::offset methods was missing a line of clarification.

part of https://github.com/rust-lang/rust/issues/139190
2025-05-30 13:52:27 -07:00
..
docs core: begin deduplicating pointer docs 2025-05-26 14:29:23 -05:00
alignment.rs Add some track_caller info to precondition panics 2025-05-21 09:10:06 -04:00
const_ptr.rs Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingjubilee 2025-05-30 13:52:27 -07:00
metadata.rs Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc 2025-03-16 13:19:51 +08:00
mod.rs Add some track_caller info to precondition panics 2025-05-21 09:10:06 -04:00
mut_ptr.rs Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingjubilee 2025-05-30 13:52:27 -07:00
non_null.rs Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt 2025-05-27 22:11:53 +00:00
unique.rs Expose Unique::from<NonNull> in const internally 2025-03-26 20:46:07 +00:00