• N
    Split `process_obligation` in two. · 32741d5d
    Nicholas Nethercote 提交于
    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.
    32741d5d
mod.rs 26.3 KB