]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk
authorMatthias Krüger <matthias.krueger@famsik.de>
Fri, 13 Jan 2023 18:16:41 +0000 (19:16 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 18:16:41 +0000 (19:16 +0100)
commit96bb02f35c4f8bef4090185bdbb8f5bc4a898e44
tree37e51c7a4e0c41b3f9147f252aa90435a1b89835
parent0b90256ada21c6a81b4c18f2c7a23151ab5fc232
parent4e2a3567bc14ad7b7e9d28f31fc1a468976ebc81
Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk

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
Cargo.lock
compiler/rustc_driver/src/lib.rs