Skip to content

ARMv6K Horizon OS panic change - #90494

Merged
bors merged 2 commits into
rust-lang:masterfrom
Meziu:armv6k-3ds-target
Nov 9, 2021
Merged

ARMv6K Horizon OS panic change#90494
bors merged 2 commits into
rust-lang:masterfrom
Meziu:armv6k-3ds-target

Conversation

@Meziu

@MeziuMeziu commented Nov 2, 2021

Copy link
Copy Markdown
Contributor

After a small change to backtrace-rs (#448), PanicStrategy::Unwind is now fully supported.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive

Copy link
Copy Markdown
Contributor

⚠️Warning⚠️

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 2, 2021
@Meziu

Meziu commented Nov 2, 2021

Copy link
Copy Markdown
ContributorAuthor

@rustbot label: +A-target-specs

@rustbotrustbot added the A-target-specs Area: Compile-target specifications label Nov 2, 2021
@rust-log-analyzer

This comment has been minimized.

@klensy

Copy link
Copy Markdown
Contributor

You need to update backtrace subtree too.

@sanxiyn

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Nov 8, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit d379147 has been approved by sanxiyn

@borsbors 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 Nov 8, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 8, 2021
ARMv6K Horizon OS panic change
After a small change to `backtrace-rs` ([rust-lang#448](rust-lang/backtrace-rs#448)), `PanicStrategy::Unwind` is now fully supported.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 8, 2021
ARMv6K Horizon OS panic change
After a small change to `backtrace-rs` ([rust-lang#448](rust-lang/backtrace-rs#448)), `PanicStrategy::Unwind` is now fully supported.
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 9, 2021
…laumeGomez
Rollup of 4 pull requests
Successful merges:
- rust-lang#90494 (ARMv6K Horizon OS panic change)
- rust-lang#90652 (use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy)))
- rust-lang#90657 (Fix bug with `#[doc]` string single-character last lines)
- rust-lang#90689 (:arrow_up: rust-analyzer)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit f07f800 into rust-lang:masterNov 9, 2021
@rustbotrustbot added this to the 1.58.0 milestone Nov 9, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-target-specsArea: Compile-target specificationsS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@Meziu@rust-highfive@rust-log-analyzer@klensy@sanxiyn@bors@Mark-Simulacrum@rustbot