Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error output, and verusfmt before rustfmt
Details: * run verusfmt formatting before doing rustfmt; this allows us to give more precise error locations in case of parse failures; the two formatters should otherwise not interact with each other anyways, so the choice of which one first was not particularly an important decision anyways * switch from `anyhow` to `miette` to enable nicer outputs * start reporting the file name for the parse failure * produce nicer error output along with context lines
- Loading branch information