summaryrefslogtreecommitdiff
path: root/src/hir/from_ast.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-25 10:35:53 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-25 10:35:53 +0800
commitc8d44a761735c600dfbadc2b71cef58153f052ec (patch)
treeb934973d275128ca0f7bad24b399e87a41a50af7 /src/hir/from_ast.cpp
parentb92a5147b177d019df2927d703e076cfde776b03 (diff)
downloadmrust-c8d44a761735c600dfbadc2b71cef58153f052ec.tar.gz
AST - Support for crate_name and crate_type (draft)
Diffstat (limited to 'src/hir/from_ast.cpp')
-rw-r--r--src/hir/from_ast.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hir/from_ast.cpp b/src/hir/from_ast.cpp
index 67ee8e4b..554d5699 100644
--- a/src/hir/from_ast.cpp
+++ b/src/hir/from_ast.cpp
@@ -1,4 +1,5 @@
-
+/*
+ */
#include "common.hpp"
#include "hir.hpp"
#include "main_bindings.hpp"