solaris support on bootstrap lock#119413
Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
Signed-off-by: onur-ozkan <[email protected]>
Signed-off-by: onur-ozkan <[email protected]>
44a7ec1 to
48309f4
Compare
|
r? bootstrap (seems like Mark have too many PRs to review) |
|
@bors r+ I only have 14 PRs in my queue: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+is%3Apr+assignee%3AMark-Simulacrum+label%3AS-waiting-on-review+sort%3Acreated-asc -- there are a bunch not waiting for review, but I don't look at those. |
Sorry, I quickly checked all the assigned without the status of PRs. |
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#119158 (Clean up alloc::sync::Weak Clone implementation) - rust-lang#119386 (fix typo in `IpAddr::to_canonical`) - rust-lang#119413 (solaris support on bootstrap lock) - rust-lang#119424 (Primitive docs: fix confusing `Send` in `&T`'s list) - rust-lang#119425 (Fix invalid check-cfg Cargo feature diagnostic help) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#119413 - onur-ozkan:bump-fd-lock, r=Mark-Simulacrum solaris support on bootstrap lock With yoshuawuyts/fd-lock#48, `fd-lock` now supports Solaris. Therefore we no longer need to conditionally handle the bootstrap locks.
With yoshuawuyts/fd-lock#48,
fd-locknow supports Solaris. Therefore we no longer need to conditionally handle the bootstrap locks.