Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Min-parse strings/chars/... with parens/... inside
Otherwise, the following code would parse just fine on `--verus-only` formatting, but would fail when attempting to do the rustfmt part: ``` let x = '(' == '('; ```
- Loading branch information