about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-07-28 20:07:46 +0200
committerGitHub <noreply@github.com>2024-07-28 20:07:46 +0200
commitee5956fd8a49fc1abcae4f206b5f86f90ac9612b (patch)
treec7add01bf0d2e1b5d1242f0a8adbe503e736f9b1 /library/alloc
parent0e45047e81603f0b9d666dcc74d4f8915fea31cc (diff)
parent0a6ebbaf2e58097439f66fb870b4973a62dfe999 (diff)
downloadrust-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/alloc')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 49036077e2e..3b039786eb5 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -116,7 +116,6 @@
 #![feature(const_pin)]
 #![feature(const_refs_to_cell)]
 #![feature(const_size_of_val)]
-#![feature(const_waker)]
 #![feature(core_intrinsics)]
 #![feature(deprecated_suggestion)]
 #![feature(deref_pure_trait)]