mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Add const type inference
This commit is contained in:
parent
7ffff9c74c
commit
18b0bd9bff
11 changed files with 168 additions and 20 deletions
|
@ -71,6 +71,6 @@ pub use self::code_model_api::{
|
|||
Struct, Enum, EnumVariant,
|
||||
Function, FnSignature,
|
||||
StructField, FieldSource,
|
||||
Static, Const,
|
||||
Static, Const, ConstSignature,
|
||||
Trait, TypeAlias,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue