mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Move diagnostics to hir_expand
This commit is contained in:
parent
b8533413cf
commit
13735d91a7
8 changed files with 107 additions and 89 deletions
|
@ -9,6 +9,7 @@ pub mod ast_id_map;
|
|||
pub mod either;
|
||||
pub mod name;
|
||||
pub mod hygiene;
|
||||
pub mod diagnostics;
|
||||
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue