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ยง
- Gets the stringified path for an enum from an
ImportSuggestion
for an enum variant. - is_self_type ๐
- is_self_value ๐
- Shadowing involving a label is only a warning for historical reasons.
- Report lifetime/lifetime shadowing as an error.
Type Aliasesยง
- Res ๐