-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] compile error on i586: expected ()
, found FPUControlWord
#218
Comments
I was able to replicate this using Thank you for discovering this. |
Reopening this until a release is published. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When compiling this crate in GitHub actions on a
i586-unknown-linux-gnu
target, the following error occursrust-lexical/lexical-parse-float/src/number.rs
Line 77 in 5af823f
Prerequisites
nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.86.0-nightly (bef3c3b01 2025-02-04)
lexical-parse-float v1.0.5
(lexical-util
isv1.0.6
)Additional Context
The link to the GitHub CI that fails:
https://github.com/jvdd/argminmax/actions/runs/13158734781/job/36726072805
The text was updated successfully, but these errors were encountered: