``` rust if a { if b { f(); } } else { f(); } ``` could be ``` rust if !a || b { f(); } ``` <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
Activity
Arc8ne commentedon Jun 3, 2025
@rustbot claim
resolve issue rust-lang#812