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
traitRecur{fnrecur(self);}impl<T>Recurfor(){fnrecur(self){}}fnrecurse_no_define<T>(b:bool) -> implRecur{if b {recurse_no_define::<()>(false).recur();}}
This currently compiles, but even just tryin got normalize the RPIT of the recursive call will fail as it does not have fully generic args.