diff options
author | John Hodge <tpg@mutabah.net> | 2018-02-25 11:53:56 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-02-25 12:59:37 +0800 |
commit | 0942ce626ef9b84e9cf0407ecfe1217ca3381c48 (patch) | |
tree | e3ed78821835ce1ba932f4627a5cc73b303d12de /tools/standalone_miri/module_tree.hpp | |
parent | 166a3999ce4013764046128c28fe8ac223148593 (diff) | |
download | mrust-0942ce626ef9b84e9cf0407ecfe1217ca3381c48.tar.gz |
Standalone MIR - Better drop handling, RValue::Struct, RValue::SizedArray, ...
Diffstat (limited to 'tools/standalone_miri/module_tree.hpp')
-rw-r--r-- | tools/standalone_miri/module_tree.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/standalone_miri/module_tree.hpp b/tools/standalone_miri/module_tree.hpp index 20e37a51..ca24b06a 100644 --- a/tools/standalone_miri/module_tree.hpp +++ b/tools/standalone_miri/module_tree.hpp @@ -58,6 +58,7 @@ public: // struct/union/enum struct DataType { + ::HIR::GenericPath my_path; // TODO: Store the name of this type for logging? // TODO: Metadata type! (indicates an unsized wrapper) |