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 Jan 25, 2022. It is now read-only.
It seems that known types, (structs) are not being highlighted when used as a type in another struct:
In this example, I would expect the String of BString, Vec<Bencode> of BList and BTreeMap<BString, Bencode> of BDict to be highlighted, since they are all known types.
In the Bencode struct, BInt, BString, BList and BDict are also all known types and I would expect them to be highlighted but they're not.