Function rustc_resolve::late::diagnostics::import_candidate_to_enum_paths
source ยท fn import_candidate_to_enum_paths(
suggestion: &ImportSuggestion,
) -> (String, String)
Expand description
Gets the stringified path for an enum from an ImportSuggestion
for an enum variant.