diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-27 14:36:46 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-27 14:36:46 +0800 |
commit | 261b3ec9ad093f6a595fa028bfde29c0ece8ad2f (patch) | |
tree | 5cf4e6e59adadcc41cd231af1ad36b79cfc20a7f /src/hir/path.hpp | |
parent | c8a0500be622e501b21fc2d33a2a1bffc964a99b (diff) | |
download | mrust-261b3ec9ad093f6a595fa028bfde29c0ece8ad2f.tar.gz |
HIR Serialise - Untested deserialiser
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 4ca1a52f..a4ee9ca1 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -183,6 +183,7 @@ public: Path(GenericPath _); Path(SimplePath _); + Path(TypeRef ty, ::std::string item, PathParams item_params=PathParams()); Path(TypeRef ty, GenericPath trait, ::std::string item, PathParams item_params=PathParams()); Path clone() const; |