diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-20 13:04:48 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-20 13:04:48 +0800 |
commit | d9a88049e0ab150657253ce2f0a6fffe96ffddef (patch) | |
tree | 686da7b5eb03ce05ca1da748f8012595ac49270c /src/hir/from_ast.cpp | |
parent | 7b33b33226d0b1106e7fe9701fefad45027617c0 (diff) | |
download | mrust-d9a88049e0ab150657253ce2f0a6fffe96ffddef.tar.gz |
HIR Dump - Initial support, verbose but complete
Diffstat (limited to 'src/hir/from_ast.cpp')
-rw-r--r-- | src/hir/from_ast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/from_ast.cpp b/src/hir/from_ast.cpp index f001b081..4fe9759c 100644 --- a/src/hir/from_ast.cpp +++ b/src/hir/from_ast.cpp @@ -1,7 +1,7 @@ #include "common.hpp" #include "hir.hpp" -#include <main_bindings.hpp> +#include "main_bindings.hpp" #include <ast/ast.hpp> #include <ast/crate.hpp> #include "from_ast.hpp" |