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

feat: add hover display for trait assoc items This PR enable preview assoc items when hover on `trait`  inspired by https://github.com/rust-lang/rust-analyzer/pull/15847