From 9a78faba7169dc2cdf6dc08c744a92c36e71e8d0 Mon Sep 17 00:00:00 2001 From: y86-dev Date: Wed, 14 Sep 2022 14:15:44 +0200 Subject: Made from_waker, waker, from_raw const --- library/alloc/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/alloc') 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))] -- cgit 1.4.1-3-g733a5