mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 16:37:35 +00:00
Constify `ControlFlow` methods with unstable bounds Feature: `const_control_flow` Tracking issue: rust-lang/rust#148739 This PR constifies the methods on `ControlFlow` with a dependency on rust-lang/rust#143874.