Partially stabilize duration_consts_2
Methods that were only blocked on `const_panic` have been stabilized. The remaining methods of `duration_consts_2` are all related to floats, and as such have been placed behind the `duration_consts_float` feature gate.
This commit is contained in:
parent
883a241c08
commit
88b0d7cfc5
3 changed files with 25 additions and 20 deletions
|
@ -21,7 +21,7 @@
|
|||
#![feature(core_private_diy_float)]
|
||||
#![feature(dec2flt)]
|
||||
#![feature(div_duration)]
|
||||
#![feature(duration_consts_2)]
|
||||
#![feature(duration_consts_float)]
|
||||
#![feature(duration_constants)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
#![feature(extern_types)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue