diff options
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) |