@@ -12,10 +12,10 @@ use thin_vec::ThinVec;
1212use triomphe:: Arc ;
1313
1414use crate :: {
15- AttrDefId , BlockId , BlockLoc , ConstId , ConstLoc , DefWithBodyId , EnumId , EnumLoc , EnumVariantId ,
16- EnumVariantLoc , ExternBlockId , ExternBlockLoc , ExternCrateId , ExternCrateLoc , FunctionId ,
17- FunctionLoc , GenericDefId , ImplId , ImplLoc , LocalFieldId , Macro2Id , Macro2Loc , MacroExpander ,
18- MacroId , MacroRulesId , MacroRulesLoc , MacroRulesLocFlags , ProcMacroId , ProcMacroLoc , StaticId ,
15+ AttrDefId , ConstId , ConstLoc , DefWithBodyId , EnumId , EnumLoc , EnumVariantId , EnumVariantLoc ,
16+ ExternBlockId , ExternBlockLoc , ExternCrateId , ExternCrateLoc , FunctionId , FunctionLoc ,
17+ GenericDefId , ImplId , ImplLoc , LocalFieldId , Macro2Id , Macro2Loc , MacroExpander , MacroId ,
18+ MacroRulesId , MacroRulesLoc , MacroRulesLocFlags , ProcMacroId , ProcMacroLoc , StaticId ,
1919 StaticLoc , StructId , StructLoc , TraitAliasId , TraitAliasLoc , TraitId , TraitLoc , TypeAliasId ,
2020 TypeAliasLoc , UnionId , UnionLoc , UseId , UseLoc , VariantId ,
2121 attr:: { Attrs , AttrsWithOwner } ,
@@ -96,9 +96,6 @@ pub trait InternDatabase: RootQueryDb {
9696 #[ salsa:: interned]
9797 fn intern_macro_rules ( & self , loc : MacroRulesLoc ) -> MacroRulesId ;
9898 // // endregion: items
99-
100- #[ salsa:: interned]
101- fn intern_block ( & self , loc : BlockLoc ) -> BlockId ;
10299}
103100
104101#[ query_group:: query_group]
0 commit comments