mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
fix: Don't force draw a dependency edge to the real_span_map query
This commit is contained in:
parent
bd0ffb0248
commit
c04c0dd5ba
16 changed files with 125 additions and 114 deletions
|
@ -83,24 +83,28 @@ register_ast_id_node! {
|
|||
Item,
|
||||
Adt,
|
||||
Enum,
|
||||
Variant,
|
||||
Struct,
|
||||
RecordField,
|
||||
TupleField,
|
||||
Union,
|
||||
Const,
|
||||
AssocItem,
|
||||
Const,
|
||||
Fn,
|
||||
MacroCall,
|
||||
TypeAlias,
|
||||
ExternBlock,
|
||||
ExternCrate,
|
||||
Fn,
|
||||
Impl,
|
||||
Macro,
|
||||
MacroDef,
|
||||
MacroRules,
|
||||
MacroCall,
|
||||
Module,
|
||||
Static,
|
||||
Trait,
|
||||
TraitAlias,
|
||||
TypeAlias,
|
||||
Use,
|
||||
AssocItem, BlockExpr, Variant, RecordField, TupleField, ConstArg, Param, SelfParam
|
||||
BlockExpr, ConstArg, Param, SelfParam
|
||||
}
|
||||
|
||||
/// Maps items' `SyntaxNode`s to `ErasedFileAstId`s and back.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue