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

impl Bounded for Reverse #65

Closed
wants to merge 1 commit into from
Closed

Conversation

andersk
Copy link
Contributor

@andersk andersk commented May 2, 2018

Reverse is stable as of Rust 1.19.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@cuviper
Copy link
Member

cuviper commented May 2, 2018

stable as of Rust 1.19.

That's newer than the 1.8 we support.

It's possible to add new impls behind a feature flag, like #60 is doing for i128, but Bounded for Reverse seems like a pretty niche thing to justify a feature.

@cuviper
Copy link
Member

cuviper commented May 7, 2018

I've add this to the tracking issue #47 for breaking changes. I'm going to close this for now, but if you want to make a case for adding this with a conditional feature, we can discuss that.

@cuviper cuviper closed this May 7, 2018
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.

None yet

2 participants