mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:16:47 +00:00
Allow codegen backends to opt-out of parallel codegen This makes it a bit easier to write cursed codegen backends.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.