]> git.lizzy.rs Git - rust.git/commit
std: Don't use a wrapper for the float error type
authorAlex Crichton <alex@alexcrichton.com>
Fri, 24 Apr 2015 22:58:27 +0000 (15:58 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 1 May 2015 23:44:36 +0000 (16:44 -0700)
commit12910418fbfd1da76cfc43ffa7a15d0b0c4acb5b
treec4939c074d8444c344b1d42f621d424f6ef2bcbe
parentf3345cb0a70cdac95e126b611b355ab4d36ca3df
std: Don't use a wrapper for the float error type

Ensures that the same error type is propagated throughout. Unnecessary leakage
of the internals is prevented through the usage of stability attributes.

Closes #24748
src/libcore/num/float_macros.rs
src/libcore/num/mod.rs
src/libstd/error.rs
src/libstd/num/f32.rs
src/libstd/num/f64.rs
src/libstd/num/mod.rs