rust/compiler/rustc_trait_selection
Nicholas Nethercote 32741d5d16 Split process_obligation in two.
Because it really has two halves:
- A read-only part that checks if further work is needed.
- The further work part, which is much less hot.

This makes things a bit clearer and nicer.
2022-06-06 08:47:49 +10:00
..
2022-06-06 08:47:49 +10:00