about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-01-02 15:39:17 -0800
committerGitHub <noreply@github.com>2023-01-02 15:39:17 -0800
commitfbffaa91ada6387cdea184dcd1d689762b3e8927 (patch)
tree432d143db3380e5afd9407effa2158987b01a6b9 /compiler/rustc_codegen_llvm/src/errors.rs
parentda1ca5df6e0ce759d409ce853d836cb00542c44f (diff)
parente1787f557223245375571550000eb6441de17b6e (diff)
downloadrust-fbffaa91ada6387cdea184dcd1d689762b3e8927.tar.gz
rust-fbffaa91ada6387cdea184dcd1d689762b3e8927.zip
Rollup merge of #105558 - Nilstrieb:less-spam-hir-tree, r=cjgillot
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