Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes issues left from #1837, but nothing critical. The problem with `unreachable!` in tests is that it requires to have a non-empty `expected` in the `#[should_panic]` attribute. So we provide a message to verify that panicking happens for the right reason.
- Loading branch information