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
From the upstream fast-float-rust: aldanor#37
The text was updated successfully, but these errors were encountered:
There's a few core locations where this is unsafe with debug-only invariant checks. The most obvious location is:
fast-float-rust/src/number.rs
Line 151 in cdcde1e
Where we've checked that s is not empty in the caller, but this does not have local safety invariants and therefore is not a safe function.
s
Sorry, something went wrong.
Alexhuszagh
Successfully merging a pull request may close this issue.
From the upstream fast-float-rust:
aldanor#37
The text was updated successfully, but these errors were encountered: