File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106#![ feature( allocator_api) ]
107107#![ feature( array_chunks) ]
108108#![ feature( array_into_iter_constructors) ]
109- #![ feature( array_methods) ]
109+ #![ cfg_attr ( not ( version ( "1.77" ) ) , feature( array_methods) ) ]
110110#![ feature( array_windows) ]
111111#![ feature( ascii_char) ]
112112#![ feature( assert_matches) ]
124124#![ feature( const_size_of_val) ]
125125#![ feature( const_waker) ]
126126#![ feature( core_intrinsics) ]
127- #![ feature( core_panic) ]
127+ #![ cfg_attr ( not ( version ( "1.77" ) ) , feature( core_panic) ) ]
128128#![ feature( deprecated_suggestion) ]
129129#![ feature( dispatch_from_dyn) ]
130130#![ feature( error_generic_member_access) ]
151151#![ feature( set_ptr_value) ]
152152#![ feature( sized_type_properties) ]
153153#![ feature( slice_from_ptr_range) ]
154- #![ feature( slice_group_by) ]
154+ #![ cfg_attr ( not ( version ( "1.77" ) ) , feature( slice_group_by) ) ]
155155#![ feature( slice_ptr_get) ]
156156#![ feature( slice_ptr_len) ]
157157#![ feature( slice_range) ]
You can’t perform that action at this time.
0 commit comments