mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Move pattern type inference from adt::StructField to core_model_impl (WIP)
This commit is contained in:
parent
b5466f3fb3
commit
d2769837f1
2 changed files with 16 additions and 16 deletions
|
@ -51,6 +51,7 @@ pub use self::code_model_api::{
|
|||
Module, ModuleSource, Problem,
|
||||
Struct, Enum, EnumVariant,
|
||||
Function, FnSignature, ScopeEntryWithSyntax,
|
||||
StructField,
|
||||
Static, Const,
|
||||
Trait, Type,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue