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:
parent
0791f9f406
commit
a568a7f9f2
37 changed files with 558 additions and 1145 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue