-
Notifications
You must be signed in to change notification settings - Fork 56
Remove superfluous CoreFloat imports #446
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
base: main
Are you sure you want to change the base?
Conversation
Wait, I'm confused.
|
|
That is indeed weird. The docs show that this has been stable since |
So this should compile for CI too, right? |
|
Changelog claims these were moved into |
|
I've tried Rust 1.82 (indeed fails) and Rust 1.84 (indeed works). Do you think it's worth bumping MSRV two versions for this? I guess it wouldn't solve the "warning fires on latest Rust but not MSRV" problem. |
Probably not for this, given that there are other functions which still need to be polyfilled on latest Rust. Although #424 proposes to bump MSRV beyond this point anyway. If it wasn't required for SIMD support, then I would campaign for keeping Parley's MSRV <= 1.85, because that's what Debian stable is currently shipping. But given that |
|
Alright, I'm changing the status to draft until we either bump the MSRV or find a better way to gate this warning. |
With the recent bump in MSRV, these should no longer be needed. This addresses part of #446.
No description provided.