diff options
author | John Hodge <tpg@mutabah.net> | 2018-05-25 19:52:39 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-05-25 19:52:39 +0800 |
commit | c9475a45f05f73fc669d784c1ca48c720077af31 (patch) | |
tree | fcedef8d900479dd2b74f4ffdf5716845cc80582 /src/hir/path.hpp | |
parent | 704bb17db9a9610b409d729ac511976ea42514c5 (diff) | |
download | mrust-c9475a45f05f73fc669d784c1ca48c720077af31.tar.gz |
HIR - No more name in lifetime params
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r-- | src/hir/path.hpp | 1 |
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(); |