We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://crates.io/crates/vec_extract_if_polyfill is outdated and no longer matches the API offered in nightly rust. For reference the new API includes additional range argument https://doc.rust-lang.org/std/vec/struct.Vec.html#method.extract_if
This means that unified-scheduler can no longer be built using nightly rustc
agave/unified-scheduler-pool/src/lib.rs
Line 381 in 1bcf743
Maybe just copy the implementation from the library into our sources until feature stabilizes?
The text was updated successfully, but these errors were encountered:
I didn't see this before creating #5322.
I've also opened a pull request for it.
Sorry, something went wrong.
ryoqun
No branches or pull requests
Problem
https://crates.io/crates/vec_extract_if_polyfill is outdated and no longer matches the API offered in nightly rust.
For reference the new API includes additional range argument https://doc.rust-lang.org/std/vec/struct.Vec.html#method.extract_if
This means that unified-scheduler can no longer be built using nightly rustc
agave/unified-scheduler-pool/src/lib.rs
Line 381 in 1bcf743
Proposed Solution
Maybe just copy the implementation from the library into our sources until feature stabilizes?
The text was updated successfully, but these errors were encountered: