]> git.lizzy.rs Git - rust.git/blobdiff - library/core/src/ops/control_flow.rs
Rollup merge of #85650 - scottmcm:adjust-adjustment-docs, r=jyn514
[rust.git] / library / core / src / ops / control_flow.rs
index dbb51540bd475eaef3c005a9126f1ad216cc404b..f99eb9777d8ac00a81fe4a83747be5803d366e5f 100644 (file)
@@ -63,6 +63,7 @@ pub enum ControlFlow<B, C = ()> {
 }
 
 #[unstable(feature = "control_flow_enum", reason = "new API", issue = "75744")]
+#[cfg(bootstrap)]
 impl<B, C> ops::TryV1 for ControlFlow<B, C> {
     type Output = C;
     type Error = B;