mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 03:45:30 +00:00
chore: refactor backtrace style in panic # Refactor get_backtrace_style for better readability and potential performance improvements This PR aims to improve the readability and maintainability of the `set_backtrace_style` and `get_backtrace_style` function.