mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-09 13:33:38 +00:00
Store impls for e.g. &Foo with the ones for Foo instead of the big "other" bucket. This can improve performance and simplifies the HIR impl search a bit.