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

Fix incorrectly replacing references in macro invocation in "Convert to named struct" assist Fixes #15630. Complements #13647 (same assist but missed this one), #14920 (inverse action assist).