mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
![bors[bot]](/assets/img/avatar_default.png)
11000: fix: insert whitespaces into assoc items for assist when macro generated r=Veykril a=Veykril This is obviously only a temporary hack which still produces ugly looking items, but as long as the syntax is valid one can at least have rustfmt fix the formatting again. Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6588 bors r+ Co-authored-by: Lukas Wirth <lukastw97@gmail.com>