mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
5591d7e134
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.