-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Type Inference Fails on Beta and Nightly but not on Stable #40662
Comments
This seems to have everything to do with the |
@sinkuu This is probably the same as that one. I'll let someone who is sure close the issue. |
I can validate that this is fixed by #40636 |
Closing as a dup of #39984 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I setup Travis to run on both beta and nightly. This is recommended by the Travis docs because it helps catch regressions.
For some reason, my build works on stable, but fails on beta and nightly. Is this a regression?
Here's the code that doesn't work:
This is in stdio.rs.
For some reason on beta and nightly the compiler can no longer infer that type:
I think it should be able to figure it out based on the call to
scope.declare_builtin_function()
.The text was updated successfully, but these errors were encountered: