mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Resolve field types lazily
I.e. not already when getting the HIR for the struct.
This commit is contained in:
parent
cdca397061
commit
bc745a1396
7 changed files with 76 additions and 59 deletions
|
@ -193,6 +193,7 @@ salsa::database_storage! {
|
|||
fn submodules() for db::SubmodulesQuery;
|
||||
fn infer() for db::InferQuery;
|
||||
fn type_for_def() for db::TypeForDefQuery;
|
||||
fn type_for_field() for db::TypeForFieldQuery;
|
||||
fn struct_data() for db::StructDataQuery;
|
||||
fn enum_data() for db::EnumDataQuery;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue