mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 14:57:06 +00:00
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.