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
3 changed files with 25 additions and 20 deletions

View File

@@ -138,7 +138,7 @@
#![feature(const_type_id)]
#![feature(const_type_name)]
#![feature(const_default_impls)]
#![feature(duration_consts_2)]
#![feature(duration_consts_float)]
#![feature(ptr_metadata)]
#![feature(slice_ptr_get)]
#![feature(str_internals)]