summaryrefslogtreecommitdiff
path: root/src/hir/path.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-05-25 19:52:39 +0800
committerJohn Hodge <tpg@mutabah.net>2018-05-25 19:52:39 +0800
commitc9475a45f05f73fc669d784c1ca48c720077af31 (patch)
treefcedef8d900479dd2b74f4ffdf5716845cc80582 /src/hir/path.hpp
parent704bb17db9a9610b409d729ac511976ea42514c5 (diff)
downloadmrust-c9475a45f05f73fc669d784c1ca48c720077af31.tar.gz
HIR - No more name in lifetime params
Diffstat (limited to 'src/hir/path.hpp')
-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 addfba05..206b5d5b 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -97,6 +97,7 @@ struct SimplePath
struct PathParams
{
+ //::std::vector<LifetimeRef> m_lifetimes;
::std::vector<TypeRef> m_types;
PathParams();