rust/compiler/rustc_errors
Nicholas Nethercote 3330940f7f Avoid repetition in flush_delayed calls.
There are two places that handle normal delayed bugs. This commit
factors out some repeated code.

Also, we can use `std::mem::take` instead of `std::mem::replace`.
2024-01-12 10:25:22 +11:00
..
2024-01-07 16:53:32 +03:00