rust/library/core/src/ptr
Mads Marquart 5966ba0424 Fix ptr::from_ref documentation example comment
The comment says that the expression involves no function call, but
that was only true for the example above, the example here _does_
contain a function call.
2024-12-30 00:26:47 +01:00
..
alignment.rs update cfgs 2024-11-27 15:14:54 +00:00
const_ptr.rs Rollup merge of #134325 - theemathas:is_null-docs, r=RalfJung 2024-12-21 22:16:02 +01:00
metadata.rs split up #[rustc_deny_explicit_impl] attribute 2024-12-20 16:57:14 +01:00
mod.rs Fix ptr::from_ref documentation example comment 2024-12-30 00:26:47 +01:00
mut_ptr.rs Document CTFE behavior of methods that call is_null 2024-12-21 16:32:47 +07:00
non_null.rs Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors 2024-12-22 21:59:27 +01:00
unique.rs stabilize const_nonnull_new 2024-12-10 11:29:01 +01:00