rust/library/coretests/tests/num/dec2flt
Trevor Gross 8840409f7a f16,f128: Resolve cfg-releated instances of FIXME(f16_f128)
There are a number of instances of `FIXME(f16_f128)` related to target
configuration; either these could use `target_has_reliable_f128`, or the
FIXME is describing such a cfg and is thus redundant (since any
`cfg(target_has_reliable_f*)` needs to be removed before stabilization
anyway).

Switch to using `target_has_reliable_*` where applicable and remove the
redundant FIXMEs.
2026-01-22 23:41:57 -06:00
..
decimal.rs f16,f128: Resolve cfg-releated instances of FIXME(f16_f128) 2026-01-22 23:41:57 -06:00
decimal_seq.rs dec2flt: Rename Decimal to DecimalSeq 2025-03-02 07:08:00 +00:00
float.rs f16,f128: Resolve cfg-releated instances of FIXME(f16_f128) 2026-01-22 23:41:57 -06:00
lemire.rs f16,f128: Resolve cfg-releated instances of FIXME(f16_f128) 2026-01-22 23:41:57 -06:00
mod.rs f16,f128: Resolve cfg-releated instances of FIXME(f16_f128) 2026-01-22 23:41:57 -06:00
parse.rs test: update duplicate many_digits test to use f64 instead of f32 2025-12-07 16:51:27 -05:00