Type Definition rustc_resolve::diagnostics::LabelSuggestion[][src]

pub(crate) type LabelSuggestion = (Ident, bool);
Expand description

Potential candidate for an undeclared or out-of-scope label - contains the ident of a similarly named label and whether or not it is reachable.