rust/library/core
Christiaan Dirkx 9412a898fa Stabilize Poll::is_ready and is_pending as const
Insta-stabilize the methods `is_ready` and `is_pending` of `Poll`.

Possible because of the recent stabilization of const control flow.

Also adds a test for these methods in a const context.
2020-09-02 02:35:14 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Stabilize Poll::is_ready and is_pending as const 2020-09-02 02:35:14 +02:00
tests Stabilize Range[Inclusive]::is_empty 2020-08-24 13:20:25 -07:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00