mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 07:48:45 +00:00
9 lines
391 B
Rust
9 lines
391 B
Rust
//! FIXME: write short doc here
|
|
pub use hir_def::diagnostics::{InactiveCode, UnresolvedModule, UnresolvedProcMacro};
|
|
pub use hir_expand::diagnostics::{
|
|
Diagnostic, DiagnosticCode, DiagnosticSink, DiagnosticSinkBuilder,
|
|
};
|
|
pub use hir_ty::diagnostics::{
|
|
IncorrectCase, MismatchedArgCount, MissingFields, MissingMatchArms, MissingOkInTailExpr,
|
|
NoSuchField, RemoveThisSemicolon,
|
|
};
|