From c9284d392f89c0108785189ff986efbece5c9b65 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 18 May 2016 18:03:50 +0800 Subject: HIR - Generic bounds --- src/hir/path.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/hir/path.hpp') diff --git a/src/hir/path.hpp b/src/hir/path.hpp index a003b4ea..584d598b 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -49,6 +49,13 @@ public: GenericPath(::HIR::SimplePath sp, ::HIR::PathParams params); }; +class TraitPath +{ +public: + GenericPath m_path; + ::std::vector< ::std::string> m_hrls; +}; + class Path { public: -- cgit v1.2.3