diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2022-12-11 12:10:55 +0100 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-01-02 20:15:48 +0100 |
| commit | e1787f557223245375571550000eb6441de17b6e (patch) | |
| tree | 6f884831f4627d932c06de3a7f1d510a6f528f6e /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | fb9dfa8ceffb985105be3176d7ed2f99515ea377 (diff) | |
| download | rust-e1787f557223245375571550000eb6441de17b6e.tar.gz rust-e1787f557223245375571550000eb6441de17b6e.zip | |
Reduce HIR debug output
HIR debug output is currently very verbose, especially when used with the alternate (`#`) flag. This commit reduces the amount of noisy newlines by forcing a few small key types to stay on one line, which makes the output easier to read and scroll by. ``` $ rustc +after hello_world.rs -Zunpretty=hir-tree | wc -l 582 $ rustc +before hello_world.rs -Zunpretty=hir-tree | wc -l 932 ```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
