mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:36:25 +00:00
Change float test macros to fall back to testing against `rustc_apfloat` when system implementations are not available, rather than just skipping tests. This allows for easier debugging where operations may not be supported.