Tuple and tuple struct fields always list completions for the first field #11487
Labels
A-completion
autocompletion
C-bug
Category: bug
S-actionable
Someone could pick this issue up and work on it right now
This incorrectly lists the methods of
u8
, not ofString
.The same happens for the corresponding
(u8, String)
tuple type instead ofS
.The text was updated successfully, but these errors were encountered: