2025-09-09
Author: Folkert de Vries
state machines
codegen
Improving state machine code generation
Over the past couple of months, Björn and I have been working on improving state machine code generation in the rust compiler, a rust project goal for 2025H1. In late June, PR 138780 was merged, which adds #![feature(loop_match)].
Read more ...