Remove unused arena kinds in rustc_hir
and rustc_middle
.
This commit is contained in:
parent
290fc68f2d
commit
6ba4c2f017
2 changed files with 1 additions and 17 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue