mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
add ability to get strcut field source
This commit is contained in:
parent
0044514a4e
commit
9f2574c97e
7 changed files with 131 additions and 37 deletions
|
@ -68,7 +68,7 @@ pub use self::code_model_api::{
|
|||
Module, ModuleDef, ModuleSource, Problem,
|
||||
Struct, Enum, EnumVariant,
|
||||
Function, FnSignature, ScopeEntryWithSyntax,
|
||||
StructField,
|
||||
StructField, FieldSource,
|
||||
Static, Const,
|
||||
Trait, Type,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue