1
Fork 0

Remove unused arena kinds in rustc_hir and rustc_middle.

This commit is contained in:
Nicholas Nethercote 2023-11-20 14:35:34 +11:00
parent 290fc68f2d
commit 6ba4c2f017
2 changed files with 1 additions and 17 deletions

View file

@ -5,7 +5,6 @@ macro_rules! arena_types {
($macro:path) => (
$macro!([
// HIR types
[] hir_krate: rustc_hir::Crate<'tcx>,
[] asm_template: rustc_ast::InlineAsmTemplatePiece,
[] attribute: rustc_ast::Attribute,
[] owner_info: rustc_hir::OwnerInfo<'tcx>,