diff options
| author | Ralf Jung <post@ralfj.de> | 2024-02-25 18:51:22 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-02-26 11:10:18 +0100 |
| commit | b4ca582b8986c36d23726dc292c41b06fe7f9c6b (patch) | |
| tree | c20176a516e3ac88eb7e65b6c9a03d4721edc2ca /compiler/rustc_span/src/symbol.rs | |
| parent | e9f95949138125bb1b98ed213a41b9aa825bacf5 (diff) | |
| download | rust-b4ca582b8986c36d23726dc292c41b06fe7f9c6b.tar.gz rust-b4ca582b8986c36d23726dc292c41b06fe7f9c6b.zip | |
rename 'try' intrinsic to 'catch_unwind'
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 609ab054da2..a66d38e5b53 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -487,6 +487,7 @@ symbols! { call_once, caller_location, capture_disjoint_fields, + catch_unwind, cause, cdylib, ceilf32, |
