1
Fork 0

Made from_waker, waker, from_raw const

This commit is contained in:
y86-dev 2022-09-14 14:15:44 +02:00
parent c97922dca5
commit 9a78faba71
6 changed files with 26 additions and 4 deletions

View file

@ -74,6 +74,7 @@
#![feature(iterator_try_reduce)]
#![feature(const_mut_refs)]
#![feature(const_pin)]
#![feature(const_waker)]
#![feature(never_type)]
#![feature(unwrap_infallible)]
#![feature(pointer_byte_offsets)]