rust/library/core/src/ptr
Chris Denton dff14f0634
Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35
Implement `Default` for raw pointers

ACP: https://github.com/rust-lang/libs-team/issues/571

This is instantly stable so we will need an FCP here.

Closes https://github.com/rust-lang/rfcs/issues/2464
2025-04-19 14:01:37 +00:00
..
alignment.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
const_ptr.rs Implement Default for raw pointers 2025-04-11 10:49:33 +00:00
metadata.rs Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc 2025-03-16 13:19:51 +08:00
mod.rs ptr docs: add missing backtics around 'usize' 2025-04-14 13:56:51 +02:00
mut_ptr.rs Implement Default for raw pointers 2025-04-11 10:49:33 +00:00
non_null.rs replace version placeholder 2025-04-09 12:29:59 +01:00
unique.rs Expose Unique::from<NonNull> in const internally 2025-03-26 20:46:07 +00:00