Mara Bos
Mara Bos
The original PR was never merged, which means that this isn't tracking anything at the moment. Closing this for now.
@tspiteri Yes. Thanks!
@leonardo-m https://github.com/rust-lang/rust/pull/89817
Nice! This is great. I haven't finished reviewing the diff yet, but I'm really happy to finally get the lock wrappers in sys_common removed.
Thank you! @bors r+ rollup=never
@bors r+
@bors r+
Hey @rust-lang/wg-async, we (libs-api) would like your input on this! (There's some context in this issue from 2019: https://github.com/rust-lang/rust/issues/66481)
This was briefly discussed in the library api meeting last week. Our conclusion was that since we already accepted #81198 for `PartialEq`, we should accept the same change for `PartialOrd`.
A bit late, but it might be worth explicitly calling out the const'ification of {Mutex, RwLock, Condvar}::new. There's a lot of `static` locks out there that now use a workaround...