fix slice::check_range aliasing problems
This commit is contained in:
parent
d888725fba
commit
c528d24196
7 changed files with 85 additions and 86 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue