mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
5be2e6574d
fix: Insert whitespaces into static & const bodies if they are expanded from macro on hover Partially fixes #13143. To resolve the other part we need to expand macros in unevaluated static & const bodies, and I'm not sure we want to. If for example it includes a call to `assert!()`, expanding it will lead to worse hover. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |