Module rustc_resolve::diagnostics

source ·

Structs§

Enums§

  • DiagMode 🔒
    Whether a binding is part of a pattern or a use statement. Used for diagnostics.
  • FoundUse 🔒
    Whether an existing place with an use item was found.
  • Instead 🔒
    A suggestion has already been emitted, change the wording slightly to clarify that both are independent options.

Functions§

Type Aliases§

  • 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.
  • PathString 🔒
  • Res 🔒
  • Suggestion 🔒
    A vector of spans and replacements, a message and applicability.