summaryrefslogtreecommitdiff
path: root/src/hir/from_ast.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/from_ast.cpp
parent1b521c69b29dff3144ec6324ffc6de04c32be8b5 (diff)
downloadmrust-f9a548574dff561acc6ef72c6157e051b6076a4b.tar.gz
HIR - Construct vtables
Diffstat (limited to 'src/hir/from_ast.cpp')
-rw-r--r--src/hir/from_ast.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/from_ast.cpp b/src/hir/from_ast.cpp
index 5a758354..50060ccd 100644
--- a/src/hir/from_ast.cpp
+++ b/src/hir/from_ast.cpp
@@ -1318,6 +1318,7 @@ void LowerHIR_Module_Impls(const ::AST::Module& ast_mod, ::HIR::Crate& hir_crat
mv$(methods),
mv$(constants),
+ {}, // Statics
mv$(types),
LowerHIR_SimplePath(Span(), ast_mod.path())