Bump to latest beta

This commit is contained in:
Mark Rousskov
2023-03-07 08:39:30 -05:00
parent 01d7af11e1
commit bb8a0ffa23
11 changed files with 429 additions and 453 deletions

View File

@@ -28,7 +28,7 @@ use crate::fmt::{Debug, Display};
#[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))]
#[allow(multiple_supertrait_upcastable)]
pub trait Error: Debug + Display {
/// The lower-level source of this error, if any.
///