]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/error.rs
Rollup merge of #106963 - compiler-errors:scope-expr-dupe, r=michaelwoerister
[rust.git] / library / core / src / error.rs
index d2fac23ff18be7542729e0b6793d796daad17dd5..7152300abcbf3a446cca031d797040d23abb2353 100644 (file)
@@ -28,7 +28,6 @@
 #[stable(feature = "rust1", since = "1.0.0")]
 #[cfg_attr(not(test), rustc_diagnostic_item = "Error")]
 #[rustc_has_incoherent_inherent_impls]
-#[cfg_attr(not(bootstrap), allow(multiple_supertrait_upcastable))]
 pub trait Error: Debug + Display {
     /// The lower-level source of this error, if any.
     ///