about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2022-12-11 12:10:55 +0100
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-01-02 20:15:48 +0100
commite1787f557223245375571550000eb6441de17b6e (patch)
tree6f884831f4627d932c06de3a7f1d510a6f528f6e /compiler/rustc_codegen_llvm/src/errors.rs
parentfb9dfa8ceffb985105be3176d7ed2f99515ea377 (diff)
downloadrust-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