Closed
Description
I'm assuming this is because cfg flags may be set with mulitple values, eg. target_has_atomic = "ptr"
and target_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.