diff options
-rw-r--r-- | src/hir_typeck/helpers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); ) ) ), |