summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hir_typeck/helpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir_typeck/helpers.cpp b/src/hir_typeck/helpers.cpp
index 4a42e653..8c623783 100644
--- a/src/hir_typeck/helpers.cpp
+++ b/src/hir_typeck/helpers.cpp
@@ -1154,6 +1154,7 @@ bool TraitResolution::find_trait_impls(const Span& sp,
// NOTE: This is a conditional "true", we know nothing about the move/mut-ness of this closure yet
// - Could we?
+ // - Not until after the first stage of typeck
::HIR::PathParams pp;