File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
#![ feature( let_chains) ]
10
10
#![ feature( assert_matches) ]
11
11
#![ feature( type_alias_impl_trait) ]
12
+ #![ feature( impl_trait_in_assoc_type) ]
12
13
#![ recursion_limit = "256" ]
13
14
14
15
#[ cfg( test) ]
Original file line number Diff line number Diff line change 8
8
#![ feature( bound_map) ]
9
9
#![ feature( min_specialization) ]
10
10
#![ feature( type_alias_impl_trait) ]
11
+ #![ feature( impl_trait_in_assoc_type) ]
11
12
#![ feature( associated_type_defaults) ]
12
13
13
14
#[ macro_use( fail_point) ]
Original file line number Diff line number Diff line change 28
28
#![ feature( let_chains) ]
29
29
#![ feature( read_buf) ]
30
30
#![ feature( type_alias_impl_trait) ]
31
+ #![ feature( impl_trait_in_assoc_type) ]
31
32
#![ allow( incomplete_features) ]
32
33
#![ feature( return_position_impl_trait_in_trait) ]
33
34
You can’t perform that action at this time.
0 commit comments