1
Fork 0

Remove unused arena macro args

This commit is contained in:
bjorn3 2021-08-30 13:09:38 +02:00
parent dbb0fe9d80
commit 1a2fe87b09
5 changed files with 10 additions and 10 deletions

View file

@ -84,7 +84,7 @@ mod path;
const HIR_ID_COUNTER_LOCKED: u32 = 0xFFFFFFFF;
rustc_hir::arena_types!(rustc_arena::declare_arena, [], 'tcx);
rustc_hir::arena_types!(rustc_arena::declare_arena, 'tcx);
struct LoweringContext<'a, 'hir: 'a> {
/// Used to assign IDs to HIR nodes that do not directly correspond to AST nodes.