mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:55:31 +00:00
Use decision context stack to handle nested decisions: - Introduce MCDCDecisionCtx - Use a stack of MCDCDecisionCtx to handle nested decisions
For more information about how rustc works, see the rustc dev guide.