mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
coverage: Branch coverage support for let-else and if-let This PR adds branch coverage instrumentation for let-else and if-let, including let-chains. This lifts two of the limitations listed at #124118.