Skip to content
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

infer: Add type inference support for Union types #5326

Merged
merged 1 commit into from Jul 12, 2020
Merged

infer: Add type inference support for Union types #5326

merged 1 commit into from Jul 12, 2020

Conversation

otavio
Copy link
Contributor

@otavio otavio commented Jul 11, 2020

This adds the type inference to Union types and add a small test case
for it, ensuring it keeps working in future.

Fixes: #5277
Signed-off-by: Otavio Salvador otavio@ossystems.com.br


This adds the type inference to Union types and add a small test case
for it, ensuring it keeps working in future.

Fixes: #5277
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
@flodiebold
Copy link
Member

Thanks!

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 12, 2020

@bors bors bot merged commit 28f0171 into rust-lang:master Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to infer type for union fields
2 participants