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

No longer compiling on nightly rust 1.82.0 #24

Open
Oberdiah opened this issue Aug 15, 2024 · 0 comments
Open

No longer compiling on nightly rust 1.82.0 #24

Oberdiah opened this issue Aug 15, 2024 · 0 comments

Comments

@Oberdiah
Copy link

is_sorted has been stabilized (rust-lang/rust#128279), so the polyfilled methods in polyfill.rs are no longer compiling due to name conflicts on the std iterator trait.

As an aside, I love this crate! I was pulling my hair out for hours trying to implement this behaviour with wrapper types and Ord and it was just a huge mess - this has made things 10x easier, so thanks!

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

No branches or pull requests

1 participant