rust/compiler
Nicholas Nethercote 179bf19813 Tweak a loop condition.
This loop condition involves `codegen_state`, `work_items`, and
`running_with_own_token`. But the body of the loop cannot modify
`codegen_state`, so repeatedly checking it is unnecessary.
2023-07-31 16:21:02 +10:00
..
2023-07-28 22:21:33 +02:00
2023-07-31 16:21:02 +10:00
2023-07-31 16:21:02 +10:00