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§
- Await
Outside OfAsync - BadRtn
- Break
Outside OfLoop - Cast
ToUnsized - Expected
Function - Generic
Args Prohibited - Inactive
Code - Incoherent
Impl - Incorrect
Case - Invalid
Cast - Invalid
Derive Target - Macro
DefError - Macro
Error - Macro
Expansion Parse Error - Malformed
Derive - Mismatched
ArgCount - Mismatched
Tuple Struct PatArg Count - Missing
Fields - Missing
Match Arms - Missing
Unsafe - Moved
OutOf Ref - NeedMut
- NoSuch
Field - NonExhaustive
Let - Parenthesized
Generic Args Without FnTrait - Private
Assoc Item - Private
Field - Remove
Trailing Return - Remove
Unnecessary Else - Replace
Filter MapNext With Find Map - Trait
Impl Incorrect Safety - Trait
Impl Missing Assoc Items - Trait
Impl Orphan - Trait
Impl Redundant Assoc Items - Type
Mismatch - Typed
Hole - Undeclared
Label - Unimplemented
Builtin Macro - Unreachable
Label - Unresolved
Assoc Item - Unresolved
Extern Crate - Unresolved
Field - Unresolved
Ident - Unresolved
Import - Unresolved
Macro Call - Unresolved
Method Call - Unresolved
Module - Unused
Mut - Unused
Variable