Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Use external float parser rather than rustc's #148

Merged
merged 1 commit into from
Jun 29, 2020
Merged

Use external float parser rather than rustc's #148

merged 1 commit into from
Jun 29, 2020

Conversation

ayazhafiz
Copy link
Collaborator

Per rust-lang/rust#31407, rustc's float parser
may drop some valid float literals. For now use an external parser that
does not have these problems.

Closes #147

Per rust-lang/rust#31407, rustc's float parser
may drop some valid float literals. For now use an external parser that
does not have these problems.

Closes #147
@ayazhafiz ayazhafiz merged commit d8464c8 into master Jun 29, 2020
@ayazhafiz ayazhafiz deleted the i/147 branch June 29, 2020 14:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fuzzing failure
3 participants