aptos-core
aptos-core copied to clipboard
[Feature Request][compiler-v2] Implement a warning for unnecessary trailing semicolon
🚀 Feature Request
Compiler v2 should implement "unnecessary trailing semicolon" warnings, some examples of which can be found here:
third_party/move/move-compiler/tests/move_check/liveness/trailing_semi.exp
Some related issues: https://github.com/aptos-labs/aptos-core/issues/11071, https://github.com/aptos-labs/aptos-core/issues/11484
Related #11484