diff options
| author | bors <bors@rust-lang.org> | 2023-10-01 05:56:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-10-01 05:56:47 +0000 |
| commit | 8fa7bdf191d8658e5ab670766ac0b2d40c7d83c2 (patch) | |
| tree | fd128009072805b2b9f7d1208a6af4ef1b2c1220 /compiler/rustc_span | |
| parent | 361096fa4b77e7fd9effec0a7feef139565d7a25 (diff) | |
| parent | 6a02baaa3d9c471577037a053ee8ed50a9327f7d (diff) | |
| download | rust-8fa7bdf191d8658e5ab670766ac0b2d40c7d83c2.tar.gz rust-8fa7bdf191d8658e5ab670766ac0b2d40c7d83c2.zip | |
Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum
Partially outline code inside the panic! macro This outlines code inside the panic! macro in some cases. This is split out from https://github.com/rust-lang/rust/pull/115562 to exclude changes to rustc.
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 4f46256626f..e4fafbc12d3 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1104,7 +1104,6 @@ symbols! { panic_abort, panic_bounds_check, panic_cannot_unwind, - panic_display, panic_fmt, panic_handler, panic_impl, @@ -1299,6 +1298,7 @@ symbols! { rustc_coherence_is_core, rustc_coinductive, rustc_confusables, + rustc_const_panic_str, rustc_const_stable, rustc_const_unstable, rustc_conversion_suggestion, |
