Rename ra_hir -> hir

This commit is contained in:
Aleksey Kladov 2020-08-13 16:36:55 +02:00
parent 6a77ec7bbe
commit ae71a631fd
21 changed files with 61 additions and 62 deletions

View file

@ -0,0 +1,6 @@
//! FIXME: write short doc here
pub use hir_def::diagnostics::UnresolvedModule;
pub use hir_expand::diagnostics::{Diagnostic, DiagnosticSink, DiagnosticSinkBuilder};
pub use hir_ty::diagnostics::{
MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr, NoSuchField,
};