diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-09-03 06:31:56 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-09-08 14:05:57 +0200 |
| commit | 6a02baaa3d9c471577037a053ee8ed50a9327f7d (patch) | |
| tree | f628291159e775e24fe9d181d34f1faaa1dc0b7f /compiler/rustc_span/src | |
| parent | 15e52b05ca8f63e0da27c808680388717e5b997e (diff) | |
| download | rust-6a02baaa3d9c471577037a053ee8ed50a9327f7d.tar.gz rust-6a02baaa3d9c471577037a053ee8ed50a9327f7d.zip | |
Partially outline code inside the panic! macro
Diffstat (limited to 'compiler/rustc_span/src')
| -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 656deebb5d0..f07326ac86a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -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, |
