Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #6431 - ehuss:panic-in-panic, r=nrc
Fix panic-in-panic in tests. There are some very rare circumstances that can cause a double panic during development. For example, `.with_json("")` (or any invalid JSON) will panic, and then the drop will also panic. This can cause a confusing SIGILL.
- Loading branch information