mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Implement type inference for enum variants
This commit is contained in:
parent
aca14c591f
commit
978de5cf8b
12 changed files with 218 additions and 45 deletions
|
@ -56,6 +56,6 @@ pub use self::code_model_api::{
|
|||
Crate, CrateDependency,
|
||||
Def,
|
||||
Module, ModuleSource, Problem,
|
||||
Struct, Enum,
|
||||
Struct, Enum, EnumVariant,
|
||||
Function, FnSignature,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue