mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 15:36:53 +00:00
Add a way to call MPFR versions of functions in a predictable way, using the `MpOp` trait. Everything new here is guarded by the feature `test-multiprecision` since MPFR cannot easily build on Windows or any cross compiled targets.