mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
76ca0e2d62
rename internal panicking::try to catch_unwind The public function is called `catch_unwind`, the intrinsic at some point got renamed to `catch_unwind` -- there's no reason to have the internal implementation of this still be called `try`, so let's rename it to match the rest.