File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3
3
#![ feature( const_precise_live_drops) ]
4
4
#![ feature( const_fn_fn_ptr_basics) ]
5
5
#![ feature( type_alias_impl_trait) ]
6
- #![ feature( const_impl_trait) ]
7
6
#![ feature( const_trait_impl) ]
8
7
#![ feature( const_mut_refs) ]
9
8
#![ feature( cell_update) ]
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ pub(crate) macro doc_test(
10
10
ignore_if_port_std_does_not_support_target!( $head) , "\n " ,
11
11
"# #![feature(const_fn_fn_ptr_basics)]
12
12
# #![feature(const_refs_to_cell)]
13
- # #![feature(const_impl_trait)]
14
13
# #![feature(const_trait_impl)]
15
14
# #![feature(const_mut_refs)]
16
15
# #![deny(unsafe_op_in_unsafe_fn)]
Original file line number Diff line number Diff line change 24
24
#![ feature( maybe_uninit_slice) ]
25
25
#![ feature( const_nonnull_new) ]
26
26
#![ feature( const_result_drop) ]
27
- #![ feature( const_impl_trait) ]
28
27
#![ feature( const_option_ext) ]
29
28
#![ feature( const_ptr_offset) ]
30
29
#![ feature( const_trait_impl) ]
You can’t perform that action at this time.
0 commit comments