From c15006c15505ae785eb5447c055b8f9379e7fcde Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 3 Apr 2015 22:57:27 +0800 Subject: Added partial support for #[derive()] - Supports Debug on struct, and assumes compiling in libcore (for now) --- 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 d996167b..339fdb1e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,6 +57,7 @@ int main(int argc, char *argv[]) // Iterate all items in the AST, applying syntax extensions g_cur_phase = "Syn Exts"; + Process_Decorators(crate); // TODO: g_cur_phase = "PostParse"; -- cgit v1.2.3