Bump bootstrap compiler to 1.50 beta
This commit is contained in:
parent
d107a87d34
commit
fe031180d0
15 changed files with 19 additions and 92 deletions
|
@ -8,7 +8,7 @@
|
|||
#[macro_export]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[allow_internal_unstable(libstd_sys_internals)]
|
||||
#[cfg_attr(not(any(bootstrap, test)), rustc_diagnostic_item = "std_panic_macro")]
|
||||
#[cfg_attr(not(test), rustc_diagnostic_item = "std_panic_macro")]
|
||||
macro_rules! panic {
|
||||
() => ({ $crate::panic!("explicit panic") });
|
||||
($msg:expr $(,)?) => ({ $crate::rt::begin_panic($msg) });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue