summaryrefslogtreecommitdiff
path: root/tools/standalone_miri/module_tree.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-02-25 11:53:56 +0800
committerJohn Hodge <tpg@mutabah.net>2018-02-25 12:59:37 +0800
commit0942ce626ef9b84e9cf0407ecfe1217ca3381c48 (patch)
treee3ed78821835ce1ba932f4627a5cc73b303d12de /tools/standalone_miri/module_tree.hpp
parent166a3999ce4013764046128c28fe8ac223148593 (diff)
downloadmrust-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.hpp1
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)