aboutsummaryrefslogtreecommitdiff
path: root/src/type/subst.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/type/subst.rs')
-rw-r--r--src/type/subst.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/type/subst.rs b/src/type/subst.rs
index ab9d38a..18c9926 100644
--- a/src/type/subst.rs
+++ b/src/type/subst.rs
@@ -45,6 +45,7 @@ impl Type {
VecType => VecType,
LetType => LetType,
NilType => NilType,
+ TypeLit => TypeLit,
}
}