diff options
author | John Hodge <tpg@ucc.asn.au> | 2017-10-01 16:43:20 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2017-10-01 16:43:20 +0800 |
commit | b078a9a117ec542c6f3d1b974559540ae0077ef1 (patch) | |
tree | 8fd571ce323a242d8f9978219514b7266ca5e7d4 /src | |
parent | 3f0b93d38e0d61f84739d7bc74f1ee689652a483 (diff) | |
download | mrust-b078a9a117ec542c6f3d1b974559540ae0077ef1.tar.gz |
Typecheck Expressions - (minor) Whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/hir_typeck/expr_cs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir_typeck/expr_cs.cpp b/src/hir_typeck/expr_cs.cpp index 981468e3..2c397020 100644 --- a/src/hir_typeck/expr_cs.cpp +++ b/src/hir_typeck/expr_cs.cpp @@ -2659,7 +2659,7 @@ namespace { //fix_param_count(sp, this->context, node.m_method_path, fcn.m_params, e.params); ) ) - + // TODO: If this is ambigious, and it's an inherent, and in fallback mode - fall down to the next trait method. if( !visit_call_populate_cache(this->context, node.span(), node.m_method_path, node.m_cache) ) { DEBUG("- AMBIGUOUS - Trying again later"); |