From b078a9a117ec542c6f3d1b974559540ae0077ef1 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 1 Oct 2017 16:43:20 +0800 Subject: Typecheck Expressions - (minor) Whitespace --- src/hir_typeck/expr_cs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); -- cgit v1.2.3