We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/rust-analyzer/rust-analyzer/blob/c16e6474f9e4d11d967e5309735b0e673f4c24da/crates/ide/src/goto_definition.rs#L176-L178 When I run goto definition of .try_to_nav, it navigate to https://github.com/rust-analyzer/rust-analyzer/blob/c16e6474f9e4d11d967e5309735b0e673f4c24da/crates/ide/src/display/navigation_target.rs#L74-L76 which seems not accurate. Because def is in clear definition Definition. So It should navigate to implementation of .try_to_nav https://github.com/rust-analyzer/rust-analyzer/blob/c16e6474f9e4d11d967e5309735b0e673f4c24da/crates/ide/src/display/navigation_target.rs#L202-L204
.try_to_nav
def
Definition
The text was updated successfully, but these errors were encountered:
Duplicate of #4558.
Sorry, something went wrong.
No branches or pull requests
https://github.com/rust-analyzer/rust-analyzer/blob/c16e6474f9e4d11d967e5309735b0e673f4c24da/crates/ide/src/goto_definition.rs#L176-L178
When I run goto definition of
.try_to_nav
, it navigate tohttps://github.com/rust-analyzer/rust-analyzer/blob/c16e6474f9e4d11d967e5309735b0e673f4c24da/crates/ide/src/display/navigation_target.rs#L74-L76
which seems not accurate. Because
def
is in clear definitionDefinition
. So It should navigate to implementation of.try_to_nav
https://github.com/rust-analyzer/rust-analyzer/blob/c16e6474f9e4d11d967e5309735b0e673f4c24da/crates/ide/src/display/navigation_target.rs#L202-L204
The text was updated successfully, but these errors were encountered: