rust/compiler/rustc_driver/src
Matthias Krüger 96bb02f35c
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
2023-01-13 19:16:41 +01:00
..
args.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
lib.rs Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk 2023-01-13 19:16:41 +01:00
pretty.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
session_diagnostics.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00