2019-09-30 03:58:53 -05:00
|
|
|
//! FIXME: write short doc here
|
2020-11-26 13:09:54 -06:00
|
|
|
pub use hir_def::diagnostics::{InactiveCode, UnresolvedModule, UnresolvedProcMacro};
|
2020-11-17 09:14:45 -06:00
|
|
|
pub use hir_expand::diagnostics::{
|
|
|
|
Diagnostic, DiagnosticCode, DiagnosticSink, DiagnosticSinkBuilder,
|
|
|
|
};
|
2020-07-08 12:58:45 -05:00
|
|
|
pub use hir_ty::diagnostics::{
|
2020-10-03 09:34:52 -05:00
|
|
|
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr,
|
2020-12-08 13:25:21 -06:00
|
|
|
NoSuchField, RemoveThisSemicolon,
|
2020-07-08 12:58:45 -05:00
|
|
|
};
|