Files
rust/compiler/rustc_middle/src/mir
Guillaume Gomez c29f8575ac Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obk
make Size and Align debug-printing a bit more compact

In particular in `{:#?}`-mode, these take up a lot of space, so I think this is the better alternative (even though it is a bit longer in `{:?}` mode, I think it is still more readable).

We could make it even smaller by deviating further from what the actual code looks like, e.g. via something like `Size(4 bytes)`. Not sure what people would think about that?

Cc `````@oli-obk`````
2022-05-07 15:23:44 +02:00
..
2022-05-02 17:40:30 -07:00
2022-03-15 02:00:08 +01:00
2022-05-02 17:40:30 -07:00
2022-05-01 15:38:22 +03:00
2022-02-22 18:14:51 -05:00
2022-04-11 08:55:03 -04:00
2022-03-26 08:01:51 -04:00
2022-05-02 17:40:30 -07:00
2022-05-02 17:40:30 -07:00