Rocket/core/lib
Sergio Benitez 824edef3fc Prevent double-panic on 'Error' drop.
Previously, if a panic occurred with an 'Error' on the stack, 'Error'
would panic as usual during unwinding. This resulted in a double panic.
This commit makes 'Error' detect if a panic is already occurring and
omits its own panic if it is.
2021-05-22 11:01:00 -07:00
..
src Prevent double-panic on 'Error' drop. 2021-05-22 11:01:00 -07:00
tests Overhaul URI types, parsers, 'uri!' macro. 2021-05-19 18:47:11 -07:00
Cargo.toml Graduate contrib 'json' and 'msgpack' into core. 2021-05-22 11:01:00 -07:00
build.rs Update minimum rustc to 1.46. 2020-10-21 19:56:12 -07:00