summaryrefslogtreecommitdiff
path: root/src/hir/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r--src/hir/path.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp
index 9ec75522..59b5f111 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -161,6 +161,8 @@ public:
Path(GenericPath _);
Path(SimplePath _);
+ Path(TypeRef ty, GenericPath trait, ::std::string item, PathParams item_params=PathParams());
+
Path clone() const;
Compare compare_with_placeholders(const Span& sp, const Path& x, t_cb_resolve_type resolve_placeholder) const;