Module diagnostics

Source
Expand description

Re-export diagnostics such that clients of hir don’t have to depend on low-level crates.

This probably isn’t the best way to do this – ideally, diagnostics should be expressed in terms of hir types themselves.

Structs§

AwaitOutsideOfAsync
BadRtn
BreakOutsideOfLoop
CastToUnsized
ExpectedFunction
GenericArgsProhibited
InactiveCode
IncoherentImpl
IncorrectCase
InvalidCast
InvalidDeriveTarget
MacroDefError
MacroError
MacroExpansionParseError
MalformedDerive
MismatchedArgCount
MismatchedTupleStructPatArgCount
MissingFields
MissingMatchArms
MissingUnsafe
MovedOutOfRef
NeedMut
NoSuchField
NonExhaustiveLet
ParenthesizedGenericArgsWithoutFnTrait
PrivateAssocItem
PrivateField
RemoveTrailingReturn
RemoveUnnecessaryElse
ReplaceFilterMapNextWithFindMap
TraitImplIncorrectSafety
TraitImplMissingAssocItems
TraitImplOrphan
TraitImplRedundantAssocItems
TypeMismatch
TypedHole
UndeclaredLabel
UnimplementedBuiltinMacro
UnreachableLabel
UnresolvedAssocItem
UnresolvedExternCrate
UnresolvedField
UnresolvedIdent
UnresolvedImport
UnresolvedMacroCall
UnresolvedMethodCall
UnresolvedModule
UnusedMut
UnusedVariable

Enums§

AnyDiagnostic
CaseType
GenericArgsProhibitedReason
UnsafeLint
VariantId