From 5967b5ac48e1fcb50ce673fc96691392e2ae2692 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 1 Oct 2016 21:42:19 +0800 Subject: HIR - Store and use annotations for CoerceUnsized (and prepare markings for other traits) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index cfa39976..c97b4946 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -249,6 +249,7 @@ int main(int argc, char *argv[]) CompilePhaseV("Resolve Type Aliases", [&]() { ConvertHIR_ExpandAliases(*hir_crate); }); + // Set up bindings and other useful information. CompilePhaseV("Resolve Bind", [&]() { ConvertHIR_Bind(*hir_crate); }); -- cgit v1.2.3