-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notice that there is a lack of space between `verus!` and `{`. This was not an issue before, when we ran rustfmt before the main verusfmt formatter. However, with #23, we changed the ordering to help with prettier error reports. Nonetheless, without rustfmt jumping in and adding in that space, the parser would not dive into anything that was a `verus!{...`, and thus would not format anything. Turns out, due to this exact thing, some tests in our test suite were not even running; thus they started to fail once the issue was fixed. I've fixed up these tests now (in the same commit)
- Loading branch information
1 parent
e477694
commit 7c7f4a8
Showing
2 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters