]> git.lizzy.rs Git - rust.git/commit
Merge #10103
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 1 Sep 2021 17:21:05 +0000 (17:21 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Sep 2021 17:21:05 +0000 (17:21 +0000)
commit93f3c173e15917051cbb57f4057014f8defa76a7
tree95800aa341f0010a43b0dec3aab08512ebeb7ea3
parent81ab52c6caa9216485a024a864078f086fce2eac
parentbdba35cc9340ff2636d69d9b772d8178374c5aa9
Merge #10103

10103: fix: make "find references" multi-token mapping aware r=jonas-schievink a=jonas-schievink

Part of https://github.com/rust-analyzer/rust-analyzer/issues/10070

I was hoping that this would fix "find references" on salsa queries, but salsa emits multiple defs sharing the same span (the trait method, and an impl of that trait).

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>