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 was archived by the owner on Nov 18, 2022. It is now read-only.
structFoo(u32);structBaz{}fnstuff(){let x = Foo(1);let y = Baz{};}
I cannot ctrl-click Foo in the stuff function, but I can ctrl-click Baz. The syntax coloring seems to imply that the Foo constructor is being recognized as a function invocation.
The text was updated successfully, but these errors were encountered:
doxxx
changed the title
Cannot go to definition for struct tuple constructor invocation
Cannot go to definition of tuple struct at constructor invocation
Aug 7, 2017
Given the following:
I cannot ctrl-click
Foo
in thestuff
function, but I can ctrl-clickBaz
. The syntax coloring seems to imply that theFoo
constructor is being recognized as a function invocation.The text was updated successfully, but these errors were encountered: