diff options
| author | Ralf Jung <post@ralfj.de> | 2024-03-25 20:36:13 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-03-26 08:11:34 +0100 |
| commit | 6e190fa993ddcf04c978c918cfc785d1e2f26f8b (patch) | |
| tree | 85b42a579e20e2789d88bb85f48b475f3d123416 /compiler/rustc_span | |
| parent | 8b9e47c136aeee998effdcae356e134b8de65891 (diff) | |
| download | rust-6e190fa993ddcf04c978c918cfc785d1e2f26f8b.tar.gz rust-6e190fa993ddcf04c978c918cfc785d1e2f26f8b.zip | |
panic_str only exists for the migration to 2021 panic macros
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 73fcd2a76df..8276f11fbcb 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1306,7 +1306,7 @@ symbols! { panic_misaligned_pointer_dereference, panic_nounwind, panic_runtime, - panic_str, + panic_str_2015, panic_unwind, panicking, param_attrs, |
