Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)
`Float` still needs to be public for libcore unit tests.
This commit is contained in:
parent
18ab16b510
commit
70fdd1b5c0
8 changed files with 40 additions and 29 deletions
|
@ -252,7 +252,7 @@
|
|||
#![feature(collections_range)]
|
||||
#![feature(compiler_builtins_lib)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(core_float)]
|
||||
#![cfg_attr(stage0, feature(core_float))]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
|
@ -260,6 +260,7 @@
|
|||
#![feature(fs_read_write)]
|
||||
#![feature(fixed_size_array)]
|
||||
#![feature(float_from_str_radix)]
|
||||
#![cfg_attr(stage0, feature(float_internals))]
|
||||
#![feature(fn_traits)]
|
||||
#![feature(fnbox)]
|
||||
#![cfg_attr(stage0, feature(generic_param_attrs))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue