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

Fix the union length comparision, and implement it for par_union #228

Merged
merged 2 commits into from
Jan 19, 2021

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jan 19, 2021

The (smaller, larger) comparison in union was backwards. It flipped in commit 80ce422 syncing with std, but the comparison is used differently there.

While we're at it, par_union can use the same trick.

@Amanieu
Copy link
Member

Amanieu commented Jan 19, 2021

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 19, 2021

📌 Commit af990b6 has been approved by Amanieu

@bors
Copy link
Collaborator

bors commented Jan 19, 2021

⌛ Testing commit af990b6 with merge def8aba...

@bors
Copy link
Collaborator

bors commented Jan 19, 2021

☀️ Test successful - checks-travis
Approved by: Amanieu
Pushing def8aba to master...

@bors bors merged commit def8aba into rust-lang:master Jan 19, 2021
This was referenced Mar 15, 2021
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.

3 participants