-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Crash with empty let bindings #15848
Comments
Seems to be fixed on master:
maybe somebody knowns which commit this was and we can slate it for backporting. |
Seems likely to have been fixed by jb/functions, which is not backportable. I wonder if inference is incorrectly assuming that let variables are initialized. |
i think this is #265. the result of calling |
How is it supposed to be a |
Regardless of what kind of error it's supposed to be, segfault is not ok. |
ah, sorry, i was thinking |
fix #15848, crash with captured, never-assigned local variable
should be fixed by #15851 |
This works fine:
This doesn't:
The text was updated successfully, but these errors were encountered: