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

Replace catch_panic with recover. #3

Merged
merged 1 commit into from
Mar 29, 2016
Merged

Replace catch_panic with recover. #3

merged 1 commit into from
Mar 29, 2016

Conversation

twittner
Copy link
Contributor

catch_panic is no longer available in rust nightly. Instead recover
has been proposed [1] and is available behind a feature gate in nightly,
beta and stable [2]. This commit transitions from catch_panic to panic.


[1] rust-lang/rust#27719
[2] http://doc.rust-lang.org/std/panic/fn.recover.html

`catch_panic` is no longer available in rust nightly. Instead `recover`
has been proposed [1] and is available behind a feature gate in nightly,
beta and stable [2]. This commit transitions from `catch_panic` to `panic`.

---
[1] rust-lang/rust#27719
[2] http://doc.rust-lang.org/std/panic/fn.recover.html
@romanb
Copy link
Contributor

romanb commented Mar 29, 2016

👍

@twittner twittner merged commit 3d2b8ca into develop Mar 29, 2016
@twittner twittner deleted the recover branch March 29, 2016 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants