summary refs log tree commit diff
path: root/compiler/rustc_hir/src/arena.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_hir/src/arena.rs')
-rw-r--r--compiler/rustc_hir/src/arena.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir/src/arena.rs b/compiler/rustc_hir/src/arena.rs
index b0dff635a9b..180cb6497e7 100644
--- a/compiler/rustc_hir/src/arena.rs
+++ b/compiler/rustc_hir/src/arena.rs
@@ -8,7 +8,6 @@ macro_rules! arena_types {
             [] asm_template: rustc_ast::InlineAsmTemplatePiece,
             [] attribute: rustc_hir::Attribute,
             [] owner_info: rustc_hir::OwnerInfo<'tcx>,
-            [] lit: rustc_hir::Lit,
             [] macro_def: rustc_ast::MacroDef,
         ]);
     )