rust/compiler/rustc_hir
Nilstrieb e1787f5572 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
```
2023-01-02 20:15:48 +01:00
..
src Reduce HIR debug output 2023-01-02 20:15:48 +01:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00