1
Fork 0

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:
Jacob Pratt 2021-10-04 23:09:23 -04:00
parent 883a241c08
commit 88b0d7cfc5
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
3 changed files with 25 additions and 20 deletions

View file

@ -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)]