]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obk
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 24 Nov 2021 21:56:35 +0000 (22:56 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Nov 2021 21:56:35 +0000 (22:56 +0100)
commit658c148b87d21642cb245ae5ad3318d062d1b6d2
treee3f992f80d99892a94a41243464a5c65d6184687
parent8a48b376d559f26a9b8fc1f1d597acb0bc0a51f9
parent88b0d7cfc5df206d0c5525bf23eae4c9608914c5
Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obk

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.
library/core/src/lib.rs