forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#13671 - Veykril:goto-decl, r=Veykril
Improve goto declaration Closes rust-lang/rust-analyzer#13599 - goto decl now goes to assoc items of trait declarations over the items of trait implementations - goto decl now goes to the field declaration (opposed to goto def which shows both the field decl and binding created/local being used) - also adds back the goto definition fallback that seems to have been dropped at some point.
- Loading branch information
Showing
1 changed file
with
112 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters