mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Add beginnings of type infrastructure
This commit is contained in:
parent
d77520fde3
commit
3ac605e687
11 changed files with 689 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue