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.
are missing from the JSON save-analysis data, but unit and tuple structs will have a reference to the ctor id, not the struct id, which means that we miss a cross-reference.
The text was updated successfully, but these errors were encountered:
structStruct{inner:()}enumMyEnum{VariantA,VariantB(u32)}fnmain(){let _ = Struct{inner:()};let a = MyEnum::VariantA;let a = MyEnum::VariantB;let a = MyEnum::VariantB(32);}
Rename and goto-def works both ways on Struct and MyEnum, as well as inner, VariantA and VariantB
Originally created by @nrc (rust-dev-tools/rls-analysis#138):
are missing from the JSON save-analysis data, but unit and tuple structs will have a reference to the ctor id, not the struct id, which means that we miss a cross-reference.
The text was updated successfully, but these errors were encountered: