about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authory86-dev <y86-dev@protonmail.com>2022-09-14 14:15:44 +0200
committery86-dev <y86-dev@protonmail.com>2022-09-14 14:53:16 +0200
commit9a78faba7169dc2cdf6dc08c744a92c36e71e8d0 (patch)
tree5f3ab0eede1fbbaf928d46530bea6d577a84e240 /library/alloc
parentc97922dca563cb7f9385b18dbf7ca8c97f8e1597 (diff)
downloadrust-9a78faba7169dc2cdf6dc08c744a92c36e71e8d0.tar.gz
rust-9a78faba7169dc2cdf6dc08c744a92c36e71e8d0.zip
Made from_waker, waker, from_raw const
Diffstat (limited to 'library/alloc')
-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 e5cf9033c86..2225936b0db 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -109,6 +109,7 @@
 #![feature(core_intrinsics)]
 #![feature(const_eval_select)]
 #![feature(const_pin)]
+#![feature(const_waker)]
 #![feature(cstr_from_bytes_until_nul)]
 #![feature(dispatch_from_dyn)]
 #![cfg_attr(not(bootstrap), feature(error_generic_member_access))]