]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #99419 - yoshuawuyts:stabilize-task-ready, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 19 Jul 2022 11:30:47 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 11:30:47 +0000 (13:30 +0200)
commit7d754976c4644c783091107bf2d85136f3d89fdc
tree99d9a639e040f5a0d99d9ea4c17073099638e376
parent4815f94c51d9c4a9c43fcc77da0c788056f9cf9e
parent454313fe83dc27df2508cbd82e6f2a2221d7f8d3
Rollup merge of #99419 - yoshuawuyts:stabilize-task-ready, r=Mark-Simulacrum

Stabilize `core::task::ready!`

This stabilizes `core::task::ready!` for Rust 1.64. The FCP for stabilization was just completed here https://github.com/rust-lang/rust/issues/70922#issuecomment-1186231855. Thanks!

Closes #70922

cc/ ``@rust-lang/libs-api``