rust/library/core
Trevor Gross 3e16b77465
Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35
stabilize duration_consts_float

Waiting for FCP in https://github.com/rust-lang/rust/issues/72440 to pass.

`as_millis_f32` and `as_millis_f64` are not stable at all yet, so I moved their const-stability together with their regular stability (tracked at https://github.com/rust-lang/rust/issues/122451).

Fixes https://github.com/rust-lang/rust/issues/72440
2024-10-11 23:57:45 -04:00
..
benches Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
src Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 2024-10-11 23:57:45 -04:00
tests Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 2024-10-11 23:57:45 -04:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00