From 91def936bc0ecabd574eb312e376afa801f12dca Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Sat, 20 Nov 2021 16:37:41 +0100 Subject: [PATCH] Replace Vec with Box in Path.generic_args field --- crates/hir_def/src/expr.rs | 2 +- crates/hir_def/src/path.rs | 16 ++++++++-------- crates/hir_def/src/path/lower.rs | 17 ++++++----------- 3 files changed, 15 insertions(+), 20 deletions(-) diff --git a/crates/hir_def/src/expr.rs b/crates/hir_def/src/expr.rs index e6518c3e2d78..6534f970ee6b 100644 --- a/crates/hir_def/src/expr.rs +++ b/crates/hir_def/src/expr.rs @@ -40,7 +40,7 @@ pub type LabelId = Idx