fn ambiguity_error(
    cx: &DocContext<'_>,
    diag_info: DiagnosticInfo<'_>,
    path_str: &str,
    candidates: Vec<Res>
)
Expand description

Report an ambiguity error, where there were multiple possible resolutions.