]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 28 Feb 2022 11:57:44 +0000 (12:57 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 11:57:44 +0000 (12:57 +0100)
commit770ee32b34a5b7e46185c7104d42ee1c51fe4257
treef21564d103b7cb97799dfaa1a251d831bd0ea4c5
parent48132caac241b4a278d58e1d791c6d31f7439ad6
parentaac0281d30e3bf276422d215237c243047e5998b
Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se

Add `slice::{from_ptr_range, from_mut_ptr_range} `

Adds `slice::{from_ptr_range, from_mut_ptr_range}` as counterparts to `slice::{as_ptr_range, as_mut_ptr_range}`.
library/core/src/slice/mod.rs
library/core/tests/lib.rs