File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 130
130
#![ feature( ptr_sub_ptr) ]
131
131
#![ feature( receiver_trait) ]
132
132
#![ feature( set_ptr_value) ]
133
+ #![ feature( slice_from_ptr_range) ]
133
134
#![ feature( slice_group_by) ]
134
135
#![ feature( slice_ptr_get) ]
135
136
#![ feature( slice_ptr_len) ]
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ pub use core::slice::EscapeAscii;
114
114
pub use core:: slice:: SliceIndex ;
115
115
#[ stable( feature = "from_ref" , since = "1.28.0" ) ]
116
116
pub use core:: slice:: { from_mut, from_ref} ;
117
+ #[ unstable( feature = "slice_from_ptr_range" , issue = "89792" ) ]
118
+ pub use core:: slice:: { from_mut_ptr_range, from_ptr_range} ;
117
119
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
118
120
pub use core:: slice:: { from_raw_parts, from_raw_parts_mut} ;
119
121
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments