Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in the Verusfmt code formatter where it incorrectly parses the `no_unwind` attribute when an `ensures` clause ends with a trailing comma. The fix should ensure that `verusfmt` correctly handles this scenario, producing valid and correctly formatted code, and that the formatter is idempotent (applying it twice produces the same result).
Complexity:
4/5
bug good first issue