Skip to content

Update dispatch2 to v0.3.1#153423

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
eggyal:update-dispatch
Mar 5, 2026
Merged

Update dispatch2 to v0.3.1#153423
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
eggyal:update-dispatch

Conversation

@eggyal
Copy link
Contributor

@eggyal eggyal commented Mar 5, 2026

rustc can fail to link on older versions of macOS, owing to versions of its transitive dependency dispatch2 (via ctrlc) prior to v0.3.1.

Fixes #151573
r? madsmtm

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 5, 2026
@madsmtm
Copy link
Contributor

madsmtm commented Mar 5, 2026

Thanks for updating this!

@bors r+

@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 5, 2026

📌 Commit 253670b has been approved by madsmtm

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 5, 2026
@madsmtm madsmtm added O-macos Operating system: macOS S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. O-apple Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS) and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 5, 2026
@madsmtm
Copy link
Contributor

madsmtm commented Mar 5, 2026

@bors rollup

rust-bors bot pushed a commit that referenced this pull request Mar 5, 2026
…uwer

Rollup of 8 pull requests

Successful merges:

 - #153361 (enable `PassMode::Indirect { on_stack: true, .. }` tail call arguments)
 - #153369 (library/test: always enable unstable features for miri)
 - #152283 (Properly pass offload sizes to kernel args)
 - #153323 (Remove `impl QueryVTable`)
 - #153385 (Fix comment on `is_horizontal_whitespace`)
 - #153394 (fix(thir): Include `NoneWithError` in Enum Struct Tail Assertion)
 - #153419 (rustc_llvm: add missing `-` to flag-comparison logic)
 - #153423 (Update dispatch2 to v0.3.1)
@rust-bors rust-bors bot merged commit 005fc16 into rust-lang:main Mar 5, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Mar 5, 2026
Rollup merge of #153423 - eggyal:update-dispatch, r=madsmtm

Update dispatch2 to v0.3.1

rustc can fail to link on older versions of macOS, owing to versions of its transitive dependency [dispatch2] (via [ctrlc]) prior to v0.3.1.

Fixes #151573
r? madsmtm

[ctrlc]: https://crates.io/crates/ctrlc
[dispatch2]: https://crates.io/crates/dispatch2
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 5, 2026
@rustbot rustbot added this to the 1.96.0 milestone Mar 5, 2026
@eggyal eggyal deleted the update-dispatch branch March 5, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

O-apple Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS) O-macos Operating system: macOS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustc-1.93.0 does not build on macOS 10.12

3 participants