summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-06 17:27:20 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-06 17:27:20 +0800
commit8ae9c57c0e291888f9b23467e562aa822c84c686 (patch)
treec967dea4bb55d8e2ee5ed883b0fc5d0a3d5755fa /src
parentd2d53e1daf9c138426ec55b7eef7b407da25eba2 (diff)
downloadmrust-8ae9c57c0e291888f9b23467e562aa822c84c686.tar.gz
HIR Typecheck - (minor) Commenting
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;