-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support throwing closures #64
Comments
Yep, I just haven't yet bothered implementing it because stmt_expr_attributes etc are unstable features. |
I love fehler and I really really want it for my IEFEs and closures. Is the expr -> stmt workaround not applicable for Here's some code from my current project.
Experimentally, I tried this:
and I got the expected warning about an unknown lint. Then I could write
The extra Would it be too confusing if the default error type for |
I expected this to work and print
Ok(5)
, with an expansion something likeThe text was updated successfully, but these errors were encountered: