Uh oh!
There was an error while loading. Please reload this page.
remove unneeded code - #97879
Conversation
rust-highfive
commented
Jun 8, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jun 8, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
Dylan-DPC
commented
Jun 8, 2022
@bors r+ rollup |
bors
commented
Jun 8, 2022
📌 Commit 85b5f74 has been approved by |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#97507 (Move rustfmt downloads from bootstrap.py to rustbuild) - rust-lang#97813 (Sync rustc_codegen_gcc) - rust-lang#97878 (Add regression test for anonymous lifetimes) - rust-lang#97879 (remove unneeded code) - rust-lang#97880 (Fix typo: fo->for) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Hermit: Fix initializing lazy locks Closeshermit-os/hermit-rs#322. The initialization function of hermit's `Condvar` is not called since rust-lang#97647 and was erroneously removed in rust-lang#97879. r? `@m-ou-se` CC: `@stlankes`
Hermit: Fix initializing lazy locks Closeshermit-os/hermit-rs#322. The initialization function of hermit's `Condvar` is not called since rust-lang#97647 and was erroneously removed in rust-lang#97879. r? ``@m-ou-se`` CC: ``@stlankes``
Hermit: Fix initializing lazy locks Closeshermit-os/hermit-rs#322. The initialization function of hermit's `Condvar` is not called since rust-lang/rust#97647 and was erroneously removed in rust-lang/rust#97879. r? ``@m-ou-se`` CC: ``@stlankes``
The init function isn't longer part of
Condvar. Consequently, we removed the implementation for the target oshermit.