rust/library/core/src/ptr
Dylan DPC 0b2d48e5af
Rollup merge of #97420 - WaffleLapkin:no_oxford_casts_qqq, r=Mark-Simulacrum
Be a little nicer with casts when formatting `fn` pointers

This removes a `fn(...) -> ...` -> `usize` -> `*const ()` -> `usize` cast. cc #95489.
2022-06-02 15:26:57 +02:00
..
const_ptr.rs Fill-in tracking issues for features pointer_byte_offsets, const_pointer_byte_offsets and pointer_is_aligned 2022-05-12 12:54:21 +04:00
metadata.rs Fix a few misspellings. 2021-06-25 13:18:56 -07:00
mod.rs Rollup merge of #97420 - WaffleLapkin:no_oxford_casts_qqq, r=Mark-Simulacrum 2022-06-02 15:26:57 +02:00
mut_ptr.rs Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc 2022-06-02 06:44:25 +09:00
non_null.rs Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=yaahc 2022-05-28 08:45:50 +02:00
unique.rs Implement core::ptr::Unique on top of NonNull 2022-04-14 19:35:40 +02:00