summaryrefslogtreecommitdiff
path: root/src/hir_expand/closures.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-04 22:28:18 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-04 22:28:18 +0800
commitf9a548574dff561acc6ef72c6157e051b6076a4b (patch)
treea611c7ca6e3fb5619f392102c6db320b37427aad /src/hir_expand/closures.cpp
parent1b521c69b29dff3144ec6324ffc6de04c32be8b5 (diff)
downloadmrust-f9a548574dff561acc6ef72c6157e051b6076a4b.tar.gz
HIR - Construct vtables
Diffstat (limited to 'src/hir_expand/closures.cpp')
-rw-r--r--src/hir_expand/closures.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hir_expand/closures.cpp b/src/hir_expand/closures.cpp
index f1b280ed..4ffc88ac 100644
--- a/src/hir_expand/closures.cpp
+++ b/src/hir_expand/closures.cpp
@@ -309,6 +309,7 @@ namespace {
} }
),
{},
+ {},
make_map1(
::std::string("Output"), ::HIR::TraitImpl::ImplEnt< ::HIR::TypeRef> { false, mv$(ret_ty) }
),
@@ -346,6 +347,7 @@ namespace {
),
{},
{},
+ {},
::HIR::SimplePath()
};
}
@@ -380,6 +382,7 @@ namespace {
),
{},
{},
+ {},
::HIR::SimplePath()
};
}