Rocket/core
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
..
codegen Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
http Remove use of unsafe in 'parse_owned()'. 2021-05-21 22:58:19 -07:00
lib Prevent double-panic on 'Error' drop. 2021-05-22 11:01:00 -07:00