Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a method to `Error` for testing whether an error should be considered fatal, e.g. should stop any further path building progress. Having this in a central place means we can avoid duplicating the match arms in multiple places, where they are likely to fall out-of-sync.
- Loading branch information