diff options
author | John Hodge <tpg@mutabah.net> | 2016-03-06 17:41:46 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-03-06 17:41:46 +0800 |
commit | 859d43ae7012da10a58de5926d096dc817596fce (patch) | |
tree | 66a0dc09e8be4e5c7763bfc4af0cfae488c2c595 /src/types.cpp | |
parent | f430222343e18fec9f97c9b9fdfdc17667b94505 (diff) | |
download | mrust-859d43ae7012da10a58de5926d096dc817596fce.tar.gz |
HUGE REFACTOR - Move named module items into a tagged union
- Item attributes now "owned" by the parent
Diffstat (limited to 'src/types.cpp')
-rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index 454ed801..33bf38f8 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -9,6 +9,7 @@ */ #include "types.hpp" #include "ast/ast.hpp" +#include "ast/crate.hpp" /// Mappings from internal type names to the core type enum static const struct { |