Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std: Rename thread::catch_panic to panic::recover #28128

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

This commit is an implementation of RFC 1236 which renames the
thread::catch_panic function to panic::recover while also removing the
Send bound (but leaving the 'static bound).

cc #27719

This commit is an implementation of [RFC 1236][rfc] which renames the
`thread::catch_panic` function to `panic::recover` while also removing the
`Send` bound (but leaving the `'static` bound).

[rfc]: rust-lang/rfcs#1236

cc rust-lang#27719
@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned nikomatsakis Aug 31, 2015
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@bors
Copy link
Contributor

bors commented Sep 2, 2015

☔ The latest upstream changes (presumably #28148) made this pull request unmergeable. Please resolve the merge conflicts.

@alexcrichton alexcrichton added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Sep 2, 2015
@alexcrichton
Copy link
Member Author

More discussion is happening on the RFC, so closing until that's settled.

@alexcrichton alexcrichton deleted the panic-recover branch September 14, 2015 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants