rust/src/libcore/ptr
bors 82018665a5 Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus
Stabilize ptr::slice_from_raw_parts[_mut]

Closes #36925, the tracking issue.
Initial impl: #60667

r? @rust-lang/libs

In addition to stabilizing, I've adjusted the example of `ptr::slice_from_raw_parts` to use `slice_from_raw_parts` instead of `slice_from_raw_parts_mut`, which was unnecessary for the example as written.
2020-01-28 05:31:34 +00:00
..
const_ptr.rs Clean up const-hack from #63810 2019-12-27 23:21:27 +10:00
mod.rs Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus 2020-01-28 05:31:34 +00:00
mut_ptr.rs doc: add Null-unchecked version section to mut pointer as_mut method 2020-01-09 14:51:58 +01:00
non_null.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
unique.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00