Use new Resolver API in type inference
This commit is contained in:
@@ -55,13 +55,13 @@ pub use self::{
|
||||
name::Name,
|
||||
ids::{HirFileId, MacroCallId, MacroCallLoc, HirInterner},
|
||||
macros::{MacroDef, MacroInput, MacroExpansion},
|
||||
nameres::{ItemMap, PerNs, Namespace, Resolution},
|
||||
nameres::{ItemMap, PerNs, Namespace},
|
||||
ty::Ty,
|
||||
impl_block::{ImplBlock, ImplItem},
|
||||
docs::{Docs, Documentation},
|
||||
adt::AdtDef,
|
||||
expr::{ExprScopes, ScopesWithSyntaxMapping},
|
||||
resolve::Resolver,
|
||||
resolve::{Resolver, Resolution},
|
||||
};
|
||||
|
||||
pub use self::code_model_api::{
|
||||
|
||||
Reference in New Issue
Block a user