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. |
||
|---|---|---|
| .. | ||
| decimal.rs | ||
| decimal_seq.rs | ||
| float.rs | ||
| lemire.rs | ||
| mod.rs | ||
| parse.rs | ||