-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Inference substitutes Any
for MethodError
#14336
Labels
compiler:inference
Type inference
Comments
I think I was wondering about the exact same issue here https://groups.google.com/forum/#!topic/julia-dev/OWImSfq-cuM |
Yes, |
This is still happening on master. |
fixed by #21892 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported in #14335:
It seems that it could be
Union{}
, as with other errors, and not destroy inference for the rest of the function.The text was updated successfully, but these errors were encountered: