Partially outline code inside the panic! macro
This commit is contained in:
parent
15e52b05ca
commit
6a02baaa3d
11 changed files with 117 additions and 30 deletions
|
@ -1099,7 +1099,6 @@ symbols! {
|
|||
panic_abort,
|
||||
panic_bounds_check,
|
||||
panic_cannot_unwind,
|
||||
panic_display,
|
||||
panic_fmt,
|
||||
panic_handler,
|
||||
panic_impl,
|
||||
|
@ -1295,6 +1294,7 @@ symbols! {
|
|||
rustc_coherence_is_core,
|
||||
rustc_coinductive,
|
||||
rustc_confusables,
|
||||
rustc_const_panic_str,
|
||||
rustc_const_stable,
|
||||
rustc_const_unstable,
|
||||
rustc_conversion_suggestion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue