VSCode: Show error when go-to-definition fails because of cyclic dependencies #12407
Labels
C-feature
Category: feature request
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
"Go-to-definition" wasn't working for a specific crate in my project. After spending a good while investigating I figured out it was because of circular dependencies:
I understand from Zulip this is a known limitation of rust-analyzer (#11410). It would be very nice if the VSCode extension could explain this is the problem when go-to-definition fails, instead unhelpful "No definition found for X" message. I'm using
v0.3.1066
of the plugin if that helps ...The text was updated successfully, but these errors were encountered: