1
Fork 0

fix slice::check_range aliasing problems

This commit is contained in:
Ralf Jung 2020-09-13 12:14:59 +02:00
parent d888725fba
commit c528d24196
7 changed files with 85 additions and 86 deletions

View file

@ -91,6 +91,8 @@ use crate::borrow::ToOwned;
use crate::boxed::Box;
use crate::vec::Vec;
#[unstable(feature = "slice_check_range", issue = "76393")]
pub use core::slice::check_range;
#[unstable(feature = "array_chunks", issue = "74985")]
pub use core::slice::ArrayChunks;
#[unstable(feature = "array_chunks", issue = "74985")]