diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-25 10:35:53 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-25 10:35:53 +0800 |
commit | c8d44a761735c600dfbadc2b71cef58153f052ec (patch) | |
tree | b934973d275128ca0f7bad24b399e87a41a50af7 /src/hir/from_ast.cpp | |
parent | b92a5147b177d019df2927d703e076cfde776b03 (diff) | |
download | mrust-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.cpp | 3 |
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" |