]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_hir/src/arena.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / compiler / rustc_hir / src / arena.rs
index 44335b7f42ef92b3d080baa7478da566149e0eaa..c89e7eb75f8f0d9480aa31e51435eabbb9ad6947 100644 (file)
@@ -39,6 +39,7 @@ macro_rules! arena_types {
             [] param: rustc_hir::Param<'tcx>,
             [] pat: rustc_hir::Pat<'tcx>,
             [] path: rustc_hir::Path<'tcx>,
+            [] use_path: rustc_hir::UsePath<'tcx>,
             [] path_segment: rustc_hir::PathSegment<'tcx>,
             [] poly_trait_ref: rustc_hir::PolyTraitRef<'tcx>,
             [] qpath: rustc_hir::QPath<'tcx>,