cfg
completions are duplicated many times
#12623
Labels
A-completion
autocompletion
C-bug
Category: bug
E-has-instructions
Issue has some instructions and pointers to code to get started
good first issue
S-actionable
Someone could pick this issue up and work on it right now
I'm assuming this is because cfg flags may be set with mulitple values, eg.
target_has_atomic = "ptr"
andtarget_has_atomic = "8"
may both be set at once. However, our completions don't actually complete that part of the directive. Perhaps they should, or if not (since it's reasonable to write cfgs that are inactive) they should be deduplicated.The text was updated successfully, but these errors were encountered: