File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
#![ feature( in_band_lifetimes) ]
27
27
#![ feature( optin_builtin_traits) ]
28
28
#![ feature( rustc_attrs) ]
29
- #![ feature( specialization) ]
29
+ #![ cfg_attr( bootstrap, feature( specialization) ) ]
30
+ #![ cfg_attr( not( bootstrap) , feature( min_specialization) ) ]
30
31
#![ recursion_limit = "256" ]
31
32
32
33
#[ unstable( feature = "proc_macro_internals" , issue = "27812" ) ]
Original file line number Diff line number Diff line change 292
292
#![ feature( shrink_to) ]
293
293
#![ feature( slice_concat_ext) ]
294
294
#![ feature( slice_internals) ]
295
- #![ feature( specialization) ]
295
+ #![ cfg_attr( bootstrap, feature( specialization) ) ]
296
+ #![ cfg_attr( not( bootstrap) , feature( min_specialization) ) ]
296
297
#![ feature( staged_api) ]
297
298
#![ feature( std_internals) ]
298
299
#![ feature( stdsimd) ]
You can’t perform that action at this time.
0 commit comments