mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
Merge Trait and TraitAlias handling
This commit is contained in:
parent
a9450ebba3
commit
82f174fbd9
74 changed files with 68 additions and 577 deletions
|
|
@ -485,8 +485,7 @@ register_has_name_ast_id! {
|
|||
MacroRules = name,
|
||||
Module = name,
|
||||
Static = name,
|
||||
Trait = name,
|
||||
TraitAlias = name
|
||||
Trait = name
|
||||
}
|
||||
|
||||
macro_rules! register_assoc_item_ast_id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue