summaryrefslogtreecommitdiff
path: root/src/hir/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/type.cpp')
-rw-r--r--src/hir/type.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hir/type.cpp b/src/hir/type.cpp
index 865607bc..fafbc670 100644
--- a/src/hir/type.cpp
+++ b/src/hir/type.cpp
@@ -1039,7 +1039,9 @@ bool ::HIR::TypeRef::match_test_generics(const Span& sp, const ::HIR::TypeRef& x
return rv;
),
(ErasedType,
- TODO(sp, "ErasedType");
+ auto rv = le.m_origin .compare_with_placeholders( sp, le.m_origin, resolve_placeholder );
+ return rv;
+ //TODO(sp, "ErasedType");
),
(Array,
if( le.size_val != re.size_val )