Files
rust/compiler/rustc_data_structures/src
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
..
2020-08-30 18:45:07 +03:00
2022-03-04 16:57:34 +01:00
2020-08-30 18:45:07 +03:00
2022-12-12 19:49:53 +01:00
2022-05-02 17:40:30 -07:00
2022-12-20 22:10:40 +01:00
2022-03-04 16:57:34 +01:00
2022-03-04 16:57:34 +01:00
2023-01-02 20:15:48 +01:00
2022-12-25 00:43:50 +01:00
2021-11-07 16:59:05 +01:00
2022-05-02 17:40:30 -07:00
2020-09-08 22:37:18 -04:00
2021-10-10 15:38:19 +02:00
2022-12-20 22:10:40 +01:00
2021-03-27 22:16:33 -04:00