summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hir/path.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp
index eb88317d..9ec75522 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -114,6 +114,7 @@ class TraitPath
public:
GenericPath m_path;
::std::vector< ::std::string> m_hrls;
+ // TODO: Each bound should list its origin trait
::std::map< ::std::string, ::HIR::TypeRef> m_type_bounds;
const ::HIR::Trait* m_trait_ptr;