Add beginnings of type infrastructure

This commit is contained in:
Florian Diebold 2018-12-20 21:56:28 +01:00
parent d77520fde3
commit 3ac605e687
11 changed files with 689 additions and 15 deletions

View file

@ -93,6 +93,7 @@ salsa::database_storage! {
fn item_map() for hir::db::ItemMapQuery;
fn fn_syntax() for hir::db::FnSyntaxQuery;
fn submodules() for hir::db::SubmodulesQuery;
fn infer() for hir::db::InferQuery;
}
}
}