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

option: rm implementation of Add #8772

Closed
wants to merge 1 commit into from
Closed

option: rm implementation of Add #8772

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

Closes #6002

There is consensus that the current implementation should be changed or
removed, so removing it seems like the right decision for now.

@anasazi
Copy link
Contributor

anasazi commented Aug 26, 2013

r+

We should really write a proper monoid library at some point.

@sanxiyn
Copy link
Member

sanxiyn commented Aug 27, 2013

Test failure is legitimate. option_addition test should be removed.

Closes #6002

There is consensus that the current implementation should be changed or
removed, so removing it seems like the right decision for now.
bors added a commit that referenced this pull request Aug 27, 2013
Closes #6002 

There is consensus that the current implementation should be changed or
removed, so removing it seems like the right decision for now.
@bors bors closed this Aug 27, 2013
@zcesur zcesur mentioned this pull request Sep 1, 2020
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
[`type_repetition_in_bounds`]: respect MSRV for combining bounds

Fixes rust-lang#8772.

changelog: [`type_repetition_in_bounds`]: respect msrv for combining `?Sized` bound
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.

Overloaded Add on Option has arguably the wrong behavior
4 participants