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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Clicking "Go to Definition" in vscode on Foo in marked line shows "No definition found for 'Foo'".
It works fine when doing "Go to Definition" on test part of Foo::test().
structFoo{}implFoo{pubfntest(){}}fnmain(){Foo::test();// Go to Definition on Foo does not work}
In general, for paths like foo::bar::baz we only have information for baz not for foo and bar. This is a limitation in the compiler, but I hope to fix it at some point.
Clicking "Go to Definition" in vscode on
Foo
in marked line shows"No definition found for 'Foo'"
.It works fine when doing "Go to Definition" on
test
part ofFoo::test()
.RLS version: rls-preview 0.129.0-nightly (6b4238b 2018-07-06)
The text was updated successfully, but these errors were encountered: