mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

Add map_continue and continue_value combinators to ControlFlow As suggested in this comment: https://github.com/rust-lang/rust/issues/75744#issuecomment-1188549494 Related tracking issue: https://github.com/rust-lang/rust/issues/75744 r? ``````@scottmcm``````