merge core_panic feature into panic_internals
This commit is contained in:
parent
ce670339c3
commit
af4913fcf4
9 changed files with 26 additions and 32 deletions
|
@ -11,7 +11,7 @@ use crate::thread::Result;
|
|||
|
||||
#[doc(hidden)]
|
||||
#[unstable(feature = "edition_panic", issue = "none", reason = "use panic!() instead")]
|
||||
#[allow_internal_unstable(libstd_sys_internals, const_format_args, core_panic, rt)]
|
||||
#[allow_internal_unstable(libstd_sys_internals, const_format_args, panic_internals, rt)]
|
||||
#[cfg_attr(not(test), rustc_diagnostic_item = "std_panic_2015_macro")]
|
||||
#[rustc_macro_transparency = "semitransparent"]
|
||||
pub macro panic_2015 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue