Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure
parse_all
stops on Errors (#472)
All uses of `Parser::parse_all` in the code immediately propagate errors and thus stop iteration. However the Iterator interface does not mandate this, and not handling the inner `Result` at all can way too easily lead to infinite loops.
- Loading branch information