rust/compiler/rustc_data_structures/src/obligation_forest
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
..
graphviz.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mod.rs Split process_obligation in two. 2022-06-06 08:47:49 +10:00
tests.rs Split process_obligation in two. 2022-06-06 08:47:49 +10:00