about summary refs log tree commit diff
path: root/compiler/rustc_span/src/symbol.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-02-25 18:51:22 +0100
committerRalf Jung <post@ralfj.de>2024-02-26 11:10:18 +0100
commitb4ca582b8986c36d23726dc292c41b06fe7f9c6b (patch)
treec20176a516e3ac88eb7e65b6c9a03d4721edc2ca /compiler/rustc_span/src/symbol.rs
parente9f95949138125bb1b98ed213a41b9aa825bacf5 (diff)
downloadrust-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.rs1
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,