You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hovering the reference to bar in the doc comment shows its description, as expected.
When I rename bar (its definition after the fn keyword), the reference to it in foo's doc comment is not changed, so it refers to a non-existent item now.
Would it be possible for renaming to affect doc comments as well?
I am using rust-analyzer with the default nvim-lspconfig configuration. I'm on rust-analyzer 1.83.0 (90b35a6 2024-11-26).
The text was updated successfully, but these errors were encountered:
Hovering the reference to
bar
in the doc comment shows its description, as expected.When I rename
bar
(its definition after the fn keyword), the reference to it infoo
's doc comment is not changed, so it refers to a non-existent item now.Would it be possible for renaming to affect doc comments as well?
I am using
rust-analyzer
with the default nvim-lspconfig configuration. I'm onrust-analyzer 1.83.0 (90b35a6 2024-11-26)
.The text was updated successfully, but these errors were encountered: