rust/compiler/rustc_query_system
Nicholas Nethercote 207cec017f Clean up with_task.
Currently it creates an `Option` and then does `map`/`unwrap_or` and
`map_or_else` on it, which is hard to read.

This commit simplifies things by moving more code into the two arms of
the if/else.
2023-04-27 17:48:15 +10:00
..
2023-04-27 17:48:15 +10:00
2023-04-17 16:09:18 -04:00