Files
rust/compiler/rustc_data_structures/src
Nicholas Nethercote 4e8faff3a1 Be consistent about deciding whether to print pass data.
`print_time_passes_entry` unconditionally prints data about a pass. The
most commonly used call site, in `VerboseTimingGuard::drop`, guards it
with a `should_print_passes` test. But there are a couple of other call
sites that don't do that test.

This commit moves the `should_print_passes` test within
`print_time_passes_entry` so that all passes are treated equally.
2022-10-06 15:50:10 +11:00
..
2020-08-30 18:45:07 +03:00
2022-03-04 16:57:34 +01:00
2022-05-31 22:08:14 -07:00
2021-12-12 12:35:01 +08:00
2020-08-30 18:45:07 +03:00
2021-10-10 15:38:19 +02:00
2022-08-31 18:24:55 +08:00
2022-05-02 17:40:30 -07:00
2022-09-26 10:14:45 +02:00
2022-03-04 16:57:34 +01:00
2022-03-04 16:57:34 +01:00
2021-11-07 16:59:05 +01:00
2022-09-06 21:41:01 -05: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
2021-03-27 22:16:33 -04:00