This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`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
- Loading branch information