Module hir::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.