mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Rename ra_hir -> hir
This commit is contained in:
parent
6a77ec7bbe
commit
ae71a631fd
21 changed files with 61 additions and 62 deletions
6
crates/hir/src/diagnostics.rs
Normal file
6
crates/hir/src/diagnostics.rs
Normal 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,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue