mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
96bb02f35c
Add log-backtrace option to show backtraces along with logging according to #90698, I added a compiler option, `-Zlog-backtrace=filter`, where `filter` is a module name, to show backtraces for logging without rebuilding. resolve #90698