diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-06 17:27:20 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-06 17:27:20 +0800 |
commit | 8ae9c57c0e291888f9b23467e562aa822c84c686 (patch) | |
tree | c967dea4bb55d8e2ee5ed883b0fc5d0a3d5755fa /src | |
parent | d2d53e1daf9c138426ec55b7eef7b407da25eba2 (diff) | |
download | mrust-8ae9c57c0e291888f9b23467e562aa822c84c686.tar.gz |
HIR Typecheck - (minor) Commenting
Diffstat (limited to 'src')
-rw-r--r-- | src/hir_typeck/helpers.cpp | 1 |
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; |