Files
rust/compiler
Michael Goulet fbffaa91ad 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
```
2023-01-02 15:39:17 -08:00
..
2022-12-06 14:45:58 +00:00
2023-01-01 21:33:23 -08:00
2023-01-02 20:15:48 +01:00
2022-12-25 00:43:50 +01:00
2022-10-16 15:10:40 +01:00
2022-10-23 10:09:44 +02:00
2022-12-25 00:43:50 +01:00