Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec_exec: don't use wildcard '_' in QueryError match
Since last time, during error refactor I introduced a silent bug to the code (#1075), I'd like to prevent that from happening in the future. This is why we replace a `_` match with explicit error variants when deciding if error received from speculative execution should be ignored.
- Loading branch information