2019-09-30 11:58:53 +03:00
|
|
|
//! FIXME: write short doc here
|
2019-10-31 18:45:10 +03:00
|
|
|
pub use hir_def::diagnostics::UnresolvedModule;
|
2020-07-24 16:30:12 +02:00
|
|
|
pub use hir_expand::diagnostics::{
|
2020-08-10 22:53:10 +03:00
|
|
|
Diagnostic, DiagnosticSink, DiagnosticSinkBuilder, DiagnosticWithFix,
|
2020-07-24 16:30:12 +02:00
|
|
|
};
|
2020-07-08 19:58:45 +02:00
|
|
|
pub use hir_ty::diagnostics::{
|
|
|
|
|
MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr, NoSuchField,
|
|
|
|
|
};
|