2019-09-30 11:58:53 +03:00
|
|
|
//! FIXME: write short doc here
|
2020-11-26 20:09:54 +01:00
|
|
|
pub use hir_def::diagnostics::{InactiveCode, UnresolvedModule, UnresolvedProcMacro};
|
2020-11-17 16:14:45 +01:00
|
|
|
pub use hir_expand::diagnostics::{
|
|
|
|
|
Diagnostic, DiagnosticCode, DiagnosticSink, DiagnosticSinkBuilder,
|
|
|
|
|
};
|
2020-07-08 19:58:45 +02:00
|
|
|
pub use hir_ty::diagnostics::{
|
2020-12-30 17:23:00 +00:00
|
|
|
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkOrSomeInTailExpr,
|
2020-12-08 19:25:21 +00:00
|
|
|
NoSuchField, RemoveThisSemicolon,
|
2020-07-08 19:58:45 +02:00
|
|
|
};
|