Module rustc_resolve::late::diagnostics

source ยท

Structsยง

  • BaseError ๐Ÿ”’
    Only used for diagnostics.
  • ElisionFnParameter ๐Ÿ”’
    Description of the lifetimes appearing in a function parameter. This is used to provide a literal explanation to the elision failure.
  • LifetimeFinder ๐Ÿ”’
  • MissingLifetime ๐Ÿ”’
    Description of an elided lifetime.

Enumsยง

  • AssocSuggestion ๐Ÿ”’
    A field or associated item from self type suggested in case of resolution failure.
  • Description of lifetimes that appear as candidates for elision. This is used to suggest introducing an explicit lifetime.
  • TypoCandidate ๐Ÿ”’

Functionsยง

Type Aliasesยง

  • Res ๐Ÿ”’