You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= help: the trait `FromResidual<Option<Infallible>>` is not implemented for `ControlFlow<u64>`
95
-
= note: unlike `Result`, there's no `From`-conversion performed for `ControlFlow`
96
94
= note: required by `from_residual`
97
95
98
-
error[E0277]: the `?` operator can only be used on `ControlFlow<B, _>`s in a function that returns `ControlFlow<B, _>`
96
+
error[E0277]: the `?` operator in a function that returns `ControlFlow<B, _>` can only be used on other `ControlFlow<B, _>`s (with the same Break type)
0 commit comments