Move diagnostics to hir_expand

This commit is contained in:
Aleksey Kladov 2019-11-02 23:42:38 +03:00
parent b8533413cf
commit 13735d91a7
8 changed files with 107 additions and 89 deletions

View file

@ -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};