summaryrefslogtreecommitdiff
path: root/src/mir/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir/check.cpp')
-rw-r--r--src/mir/check.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mir/check.cpp b/src/mir/check.cpp
index 8c101041..89e75924 100644
--- a/src/mir/check.cpp
+++ b/src/mir/check.cpp
@@ -516,6 +516,10 @@ void MIR_Validate(const StaticTraitResolve& resolve, const ::HIR::ItemPath& path
// TODO: Ensure that the input type is a: Generic, Array, or DST
// TODO: Check return type
),
+ (DstPtr,
+ // TODO: Ensure that the input type is a DST
+ // TODO: Check return type
+ ),
(MakeDst,
),
(Tuple,