mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 03:46:07 +00:00
Make `from_waker`, `waker` and `from_raw` unstably `const` Make - `Context::from_waker` - `Context::waker` - `Waker::from_raw` `const`. Also added a small test.