@@ -12,10 +12,10 @@ use thin_vec::ThinVec;
12
12
use triomphe:: Arc ;
13
13
14
14
use 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 ,
19
19
StaticLoc , StructId , StructLoc , TraitAliasId , TraitAliasLoc , TraitId , TraitLoc , TypeAliasId ,
20
20
TypeAliasLoc , UnionId , UnionLoc , UseId , UseLoc , VariantId ,
21
21
attr:: { Attrs , AttrsWithOwner } ,
@@ -96,9 +96,6 @@ pub trait InternDatabase: RootQueryDb {
96
96
#[ salsa:: interned]
97
97
fn intern_macro_rules ( & self , loc : MacroRulesLoc ) -> MacroRulesId ;
98
98
// // endregion: items
99
-
100
- #[ salsa:: interned]
101
- fn intern_block ( & self , loc : BlockLoc ) -> BlockId ;
102
99
}
103
100
104
101
#[ query_group:: query_group]
0 commit comments