You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[cfg(not(bootstrap))]#[macro_export]#[rustc_builtin_macro(unreachable)]#[allow_internal_unstable(edition_panic)]#[stable(feature = "rust1", since = "1.0.0")]#[cfg_attr(not(test), rustc_diagnostic_item = "unreachable_macro")]macro_rules! unreachable {// Expands to either `$crate::panic::unreachable_2015` or `$crate::panic::unreachable_2021`// depending on the edition of the caller.($($arg:tt)*) => {/* compiler built-in */};}
These went yesterday from 16 and 84 to 23 and 116, presumably because of a change in 1.59.
The text was updated successfully, but these errors were encountered: