From e353e6f88b4a694e1e93a1f09c84d086cc4a826d Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 12 Jul 2016 18:26:43 +1000 Subject: HIR Typecheck - (minor) Print type in monomorphise_type TODO --- src/hir_typeck/helpers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/hir_typeck/helpers.cpp b/src/hir_typeck/helpers.cpp index f92986a0..a7094f5d 100644 --- a/src/hir_typeck/helpers.cpp +++ b/src/hir_typeck/helpers.cpp @@ -162,10 +162,10 @@ bool monomorphise_type_needed(const ::HIR::TypeRef& tpl) }) ); ), (UfcsUnknown, - TODO(sp, "UfcsUnknown"); + TODO(sp, "UfcsUnknown - " << tpl); ), (UfcsInherent, - TODO(sp, "UfcsInherent"); + TODO(sp, "UfcsInherent - " << tpl); ) ) ), -- cgit v1.2.3