about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorTomás Vallotton <tvallotton@uc.cl>2023-11-30 18:11:02 -0300
committerTomás Vallotton <tvallotton@uc.cl>2024-01-20 10:13:08 -0300
commit60a08196b6f473da17fc280a8545f1b62097b4fa (patch)
tree7bd013ef94cb3e51724302edf6d888483ad9bae3 /library/alloc/src/lib.rs
parent314384b5fb21f3c163f2b871ddceabdd88319958 (diff)
downloadrust-60a08196b6f473da17fc280a8545f1b62097b4fa.tar.gz
rust-60a08196b6f473da17fc280a8545f1b62097b4fa.zip
feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 78629b39d34..c8b4cebdf89 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -135,6 +135,7 @@
 #![feature(iter_next_chunk)]
 #![feature(iter_repeat_n)]
 #![feature(layout_for_ptr)]
+#![feature(local_waker)]
 #![feature(maybe_uninit_slice)]
 #![feature(maybe_uninit_uninit_array)]
 #![feature(maybe_uninit_uninit_array_transpose)]