Move resolver to hir_def

This commit is contained in:
Aleksey Kladov 2019-11-21 15:39:09 +03:00
parent 00684d708b
commit 6d64798a23
14 changed files with 63 additions and 77 deletions

View file

@ -38,7 +38,6 @@ mod impl_block;
mod expr;
mod lang_item;
pub mod generics;
mod resolve;
pub mod diagnostics;
mod util;
@ -52,8 +51,6 @@ mod test_db;
#[cfg(test)]
mod marks;
use crate::resolve::Resolver;
pub use crate::{
code_model::{
attrs::{AttrDef, Attrs},