mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Allocate ast ids for parameters
This commit is contained in:
parent
3b1b58c225
commit
2b9dde14ab
5 changed files with 34 additions and 20 deletions
|
@ -99,7 +99,7 @@ register_ast_id_node! {
|
|||
TraitAlias,
|
||||
TypeAlias,
|
||||
Use,
|
||||
AssocItem, BlockExpr, Variant, RecordField, TupleField, ConstArg
|
||||
AssocItem, BlockExpr, Variant, RecordField, TupleField, ConstArg, Param, SelfParam
|
||||
}
|
||||
|
||||
/// Maps items' `SyntaxNode`s to `ErasedFileAstId`s and back.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue