Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants