mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
actually produce missing def kinds
This commit is contained in:
parent
19136cde00
commit
f193fbcbae
7 changed files with 122 additions and 8 deletions
|
@ -60,4 +60,6 @@ pub use self::code_model_api::{
|
|||
Module, ModuleSource, Problem,
|
||||
Struct, Enum, EnumVariant,
|
||||
Function, FnSignature, ScopeEntryWithSyntax,
|
||||
Static, Const,
|
||||
Trait, Type,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue