diff options
author | John Hodge <tpg@mutabah.net> | 2016-12-04 22:28:18 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-12-04 22:28:18 +0800 |
commit | f9a548574dff561acc6ef72c6157e051b6076a4b (patch) | |
tree | a611c7ca6e3fb5619f392102c6db320b37427aad /src/hir/from_ast.cpp | |
parent | 1b521c69b29dff3144ec6324ffc6de04c32be8b5 (diff) | |
download | mrust-f9a548574dff561acc6ef72c6157e051b6076a4b.tar.gz |
HIR - Construct vtables
Diffstat (limited to 'src/hir/from_ast.cpp')
-rw-r--r-- | src/hir/from_ast.cpp | 1 |
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()) |