[`std::f32::consts`](http://doc.rust-lang.org/std/f32/consts/) and [`std::f64::consts`](http://doc.rust-lang.org/std/f64/consts/) are blank and probably shouldn't be. `i8-64` and `u8-64` don't have `consts` sections. This is probably temporary and related to constants being shuffled but I couldn't find the issue regarding it.
std::f32::constsandstd::f64::constsare blank and probably shouldn't be.i8-64andu8-64don't haveconstssections.This is probably temporary and related to constants being shuffled but I couldn't find the issue regarding it.