Closed est31 closed 7 years ago
Needed by tests for https://github.com/rust-lang-nursery/compiler-builtins/pull/161 .
I would like to have an implementation of the trait tests::cast::From<i128> for f32, and similar implementations needed to test i128/u128 <-> float conversion functions
tests::cast::From<i128>
f32
Needed by tests for https://github.com/rust-lang-nursery/compiler-builtins/pull/161 .
I would like to have an implementation of the trait
tests::cast::From<i128>
forf32
, and similar implementations needed to test i128/u128 <-> float conversion functions