rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 19 Nov 2021 12:57:53 -0800
changeset 48363 6a454e7053a1
parent 45620 426294d06ddc
permissions -rw-r--r--
errors: return more detailed errors when failing to parse or apply patch This patch adds subclasses of `PatchError` so we can distinguish between failure to parse a patch from failure to apply it. It updates the callers to raise either `InputError` or `StateError` depending on which type of error occurred. Differential Revision: https://phab.mercurial-scm.org/D11824

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true