diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-07-28 20:07:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 20:07:46 +0200 |
| commit | ee5956fd8a49fc1abcae4f206b5f86f90ac9612b (patch) | |
| tree | c7add01bf0d2e1b5d1242f0a8adbe503e736f9b1 /library/std/src | |
| parent | 0e45047e81603f0b9d666dcc74d4f8915fea31cc (diff) | |
| parent | 0a6ebbaf2e58097439f66fb870b4973a62dfe999 (diff) | |
| download | rust-ee5956fd8a49fc1abcae4f206b5f86f90ac9612b.tar.gz rust-ee5956fd8a49fc1abcae4f206b5f86f90ac9612b.zip | |
Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk
Stabilize `const_waker` Closes: https://github.com/rust-lang/rust/issues/102012. For `local_waker` and `context_ext` related things, I just ~~moved them to dedicated feature gates and reused their own tracking issue (maybe it's better to open a new one later, but at least they should not be tracked under https://github.com/rust-lang/rust/issues/102012 from the beginning IMO.)~~ reused their own feature gates as suggested by ``@tgross35.`` ``@rustbot`` label: +T-libs-api r? libs-api
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 9fba657d116..353fd8d2de8 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -407,7 +407,6 @@ #![feature(const_ip)] #![feature(const_ipv4)] #![feature(const_ipv6)] -#![feature(const_waker)] #![feature(thread_local_internals)] // tidy-alphabetical-end // |
