Module rustc_resolve::late::diagnostics
source ยท Structsยง
- Base
Error ๐Only used for diagnostics. - Elision
FnParameter ๐Description of the lifetimes appearing in a function parameter. This is used to provide a literal explanation to the elision failure. - Lifetime
Finder ๐ - Missing
Lifetime ๐Description of an elided lifetime.
Enumsยง
- Assoc
Suggestion ๐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.
- Typo
Candidate ๐
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 ๐