Remove unused arena macro args
This commit is contained in:
parent
dbb0fe9d80
commit
1a2fe87b09
5 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue