1
Fork 0

std: Bring back f32::from_str_radix as an unstable API

This API was exercised in a few tests and mirrors the `from_str_radix`
functionality of the integer types.
This commit is contained in:
Alex Crichton 2015-04-17 23:45:55 -07:00
parent 0791f9f406
commit a568a7f9f2
37 changed files with 558 additions and 1145 deletions

View file

@ -129,6 +129,7 @@
#![feature(slice_patterns)]
#![feature(debug_builders)]
#![feature(zero_one)]
#![cfg_attr(test, feature(float_from_str_radix))]
#![cfg_attr(test, feature(test, rustc_private, std_misc))]
// Don't link to std. We are std.