mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:37:25 +00:00
- Convert it from a macro to a function, which is nicer. - Rename it as `unwrap_or_emit_fatal`, which is clearer. - Fix the comment. In particular, `panictry!` no longer exists. - Remove the unnecessary `use` declaration.