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 8787#![ warn( missing_debug_implementations) ]
8888#![ warn( missing_docs) ]
8989#![ allow( explicit_outlives_requirements) ]
90- #![ cfg_attr( not( bootstrap) , warn( multiple_supertrait_upcastable) ) ]
9190//
9291// Library features:
9392#![ feature( alloc_layout_extra) ]
192191#![ feature( unsized_fn_params) ]
193192#![ feature( c_unwind) ]
194193#![ feature( with_negative_coherence) ]
195- #![ cfg_attr( not( bootstrap) , feature( multiple_supertrait_upcastable) ) ]
196194//
197195// Rustdoc features:
198196#![ feature( doc_cfg) ]
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ use crate::fmt::{Debug, Display};
2828#[ stable( feature = "rust1" , since = "1.0.0" ) ]
2929#[ cfg_attr( not( test) , rustc_diagnostic_item = "Error" ) ]
3030#[ rustc_has_incoherent_inherent_impls]
31- #[ cfg_attr( not( bootstrap) , allow( multiple_supertrait_upcastable) ) ]
3231pub trait Error : Debug + Display {
3332 /// The lower-level source of this error, if any.
3433 ///
Original file line number Diff line number Diff line change 9595#![ warn( missing_docs) ]
9696#![ allow( explicit_outlives_requirements) ]
9797#![ allow( incomplete_features) ]
98- #![ cfg_attr( not( bootstrap) , warn( multiple_supertrait_upcastable) ) ]
9998//
10099// Library features:
101100#![ feature( const_align_offset) ]
232231#![ feature( unsized_fn_params) ]
233232#![ feature( asm_const) ]
234233#![ feature( const_transmute_copy) ]
235- #![ cfg_attr( not( bootstrap) , feature( multiple_supertrait_upcastable) ) ]
236234//
237235// Target features:
238236#![ feature( arm_target_feature) ]
You can’t perform that action at this time.
0 commit comments