mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Merge #470
470: Type inference for enum variants r=flodiebold a=marcusklaas Opened a new PR instead of https://github.com/rust-analyzer/rust-analyzer/pull/461. Totally botched that one. I think I resolved all the issues mentioned there. Co-authored-by: Marcus Klaas de Vries <mail@marcusklaas.nl>
This commit is contained in:
commit
dc2a8d5acc
12 changed files with 205 additions and 46 deletions
|
@ -58,6 +58,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