File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 87
87
#![ warn( missing_debug_implementations) ]
88
88
#![ warn( missing_docs) ]
89
89
#![ allow( explicit_outlives_requirements) ]
90
- #![ cfg_attr( not( bootstrap) , warn( multiple_supertrait_upcastable) ) ]
91
90
//
92
91
// Library features:
93
92
#![ feature( alloc_layout_extra) ]
192
191
#![ feature( unsized_fn_params) ]
193
192
#![ feature( c_unwind) ]
194
193
#![ feature( with_negative_coherence) ]
195
- #![ cfg_attr( not( bootstrap) , feature( multiple_supertrait_upcastable) ) ]
196
194
//
197
195
// Rustdoc features:
198
196
#![ feature( doc_cfg) ]
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ use crate::fmt::{Debug, Display};
28
28
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
29
29
#[ cfg_attr( not( test) , rustc_diagnostic_item = "Error" ) ]
30
30
#[ rustc_has_incoherent_inherent_impls]
31
- #[ cfg_attr( not( bootstrap) , allow( multiple_supertrait_upcastable) ) ]
32
31
pub trait Error : Debug + Display {
33
32
/// The lower-level source of this error, if any.
34
33
///
Original file line number Diff line number Diff line change 95
95
#![ warn( missing_docs) ]
96
96
#![ allow( explicit_outlives_requirements) ]
97
97
#![ allow( incomplete_features) ]
98
- #![ cfg_attr( not( bootstrap) , warn( multiple_supertrait_upcastable) ) ]
99
98
//
100
99
// Library features:
101
100
#![ feature( const_align_offset) ]
232
231
#![ feature( unsized_fn_params) ]
233
232
#![ feature( asm_const) ]
234
233
#![ feature( const_transmute_copy) ]
235
- #![ cfg_attr( not( bootstrap) , feature( multiple_supertrait_upcastable) ) ]
236
234
//
237
235
// Target features:
238
236
#![ feature( arm_target_feature) ]
You can’t perform that action at this time.
0 commit comments