mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:16:45 +00:00
Check requested digit length and the fractional or integral parts of the number. Falls back earlier without trying the Grisu algorithm if the specific condition meets. Fix #110129