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
A better place to ask this is probably the users forum, but the answer is that yes, it is indeed intentional, though I'm not the right person to answer in detail why ;)
Uh oh!
There was an error while loading. Please reload this page.
Hello,
fn fun(p: impl Fn(i32)) {}
compiles. But:fn fun(p: impl Fn(i32) -> impl Fn(i32)){}
doesn't.Is it intentional ?
Thank you in advance for your answers.
The text was updated successfully, but these errors were encountered: