rust/library/core/src/task
Dylan MacKenzie 3cbd17fcc6 Remove rustc_allow_const_fn_ptr
This was a hack to work around the lack of an escape hatch for the "min
`const fn`" checks in const-stable functions. Now that we have co-opted
`allow_internal_unstable` for this purpose, we no longer need the
bespoke attribute.
2020-09-27 10:46:41 -07:00
..
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
poll.rs Add documentation for impl<T> From<T> for Poll<T> 2020-09-09 11:51:19 -07:00
ready.rs Stabilize future readiness fns 2020-08-25 19:08:43 +02:00
wake.rs Remove rustc_allow_const_fn_ptr 2020-09-27 10:46:41 -07:00