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 2626#![ feature( in_band_lifetimes) ]
2727#![ feature( optin_builtin_traits) ]
2828#![ feature( rustc_attrs) ]
29- #![ feature( specialization) ]
29+ #![ cfg_attr( bootstrap, feature( specialization) ) ]
30+ #![ cfg_attr( not( bootstrap) , feature( min_specialization) ) ]
3031#![ recursion_limit = "256" ]
3132
3233#[ unstable( feature = "proc_macro_internals" , issue = "27812" ) ]
Original file line number Diff line number Diff line change 292292#![ feature( shrink_to) ]
293293#![ feature( slice_concat_ext) ]
294294#![ feature( slice_internals) ]
295- #![ feature( specialization) ]
295+ #![ cfg_attr( bootstrap, feature( specialization) ) ]
296+ #![ cfg_attr( not( bootstrap) , feature( min_specialization) ) ]
296297#![ feature( staged_api) ]
297298#![ feature( std_internals) ]
298299#![ feature( stdsimd) ]
You can’t perform that action at this time.
0 commit comments