mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

fix: Insert fn call parens only if the parens inserted around field name Fixes #16014. Sorry I missed it in previous PR. I've added a test as level to prevent regressions again. Give any suggestions to improve the test if anything.