Merge Trait and TraitAlias handling

This commit is contained in:
Deadbeef 2025-08-04 16:11:51 +08:00
parent a9450ebba3
commit 82f174fbd9
74 changed files with 68 additions and 577 deletions

View file

@ -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 {