diff options
Diffstat (limited to 'compiler/rustc_hir/src/arena.rs')
| -rw-r--r-- | compiler/rustc_hir/src/arena.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_hir/src/arena.rs b/compiler/rustc_hir/src/arena.rs index 27ec4619064..5d1314ebb48 100644 --- a/compiler/rustc_hir/src/arena.rs +++ b/compiler/rustc_hir/src/arena.rs @@ -15,11 +15,13 @@ macro_rules! arena_types { [] block: rustc_hir::Block<'tcx>, [] bare_fn_ty: rustc_hir::BareFnTy<'tcx>, [] body: rustc_hir::Body<'tcx>, + [] generics: rustc_hir::Generics<'tcx>, [] generic_arg: rustc_hir::GenericArg<'tcx>, [] generic_args: rustc_hir::GenericArgs<'tcx>, [] generic_bound: rustc_hir::GenericBound<'tcx>, [] generic_param: rustc_hir::GenericParam<'tcx>, [] expr: rustc_hir::Expr<'tcx>, + [] impl_: rustc_hir::Impl<'tcx>, [] let_expr: rustc_hir::Let<'tcx>, [] expr_field: rustc_hir::ExprField<'tcx>, [] pat_field: rustc_hir::PatField<'tcx>, |
