Make from_waker, waker and from_raw unstably const#101798
Make from_waker, waker and from_raw unstably const#101798bors merged 2 commits intorust-lang:masterfrom
from_waker, waker and from_raw unstably const#101798Conversation
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
f0922df to
7f5c28c
Compare
This comment has been minimized.
This comment has been minimized.
7f5c28c to
9a78fab
Compare
|
@rustbot label +T-libs-api -T-libs |
|
r? @lcnr for wg-const-eval approval of new const-unstable APIs (Closest reading of policy I could find suggests that wg-const-eval should approve, though I think these particular ones seem OK to my relatively uninformed opinion). |
|
these look fine for me, please add a tracking issue, then r=me cc @rust-lang/wg-const-eval |
|
@bors r+ rollup |
…iaskrgr Rollup of 11 pull requests Successful merges: - rust-lang#101389 (Tone down explanation on RefCell::get_mut) - rust-lang#101798 (Make `from_waker`, `waker` and `from_raw` unstably `const`) - rust-lang#101881 (Remove an unused struct field `late_bound`) - rust-lang#101904 (Add help for invalid inline argument) - rust-lang#101966 (Add unit test for identifier Unicode emoji diagnostics) - rust-lang#101979 (Update release notes for 1.64) - rust-lang#101985 (interpret: expose generate_stacktrace without full InterpCx) - rust-lang#102004 (Try to clarify what's new in 1.64.0 ffi types) - rust-lang#102005 (rustdoc: remove unused CSS `td.summary-column`) - rust-lang#102017 (Add all submodules to the list of directories tidy skips) - rust-lang#102019 (Remove backed off PRs from relnotes) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Make
Context::from_wakerContext::wakerWaker::from_rawconst.Also added a small test.