mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add basic HIR and types for structs/enums
This commit is contained in:
parent
5fb426cb9e
commit
b5b68f2094
9 changed files with 244 additions and 29 deletions
|
@ -193,6 +193,8 @@ salsa::database_storage! {
|
|||
fn submodules() for db::SubmodulesQuery;
|
||||
fn infer() for db::InferQuery;
|
||||
fn type_for_def() for db::TypeForDefQuery;
|
||||
fn struct_data() for db::StructDataQuery;
|
||||
fn enum_data() for db::EnumDataQuery;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue