summaryrefslogtreecommitdiff
path: root/src/hir/path.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-06-12 21:39:16 +0800
committerJohn Hodge <tpg@mutabah.net>2016-06-12 21:39:16 +0800
commit1e702d1fb104b6b4a040945d8b18a7afdb216b5e (patch)
tree381216429f76b11a71b00d463eedab3e06d7fe00 /src/hir/path.hpp
parentb182c3780e0398921372ecef6780de3d0f89b016 (diff)
downloadmrust-1e702d1fb104b6b4a040945d8b18a7afdb216b5e.tar.gz
HIR Typecheck - Rework handling of trait impl searching
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r--src/hir/path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp
index a4603fe3..177a5ada 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -147,7 +147,7 @@ public:
Path(SimplePath _);
Path clone() const;
- Compare compare_with_paceholders(const Span& sp, const Path& x, t_cb_resolve_type resolve_placeholder) const;
+ Compare compare_with_placeholders(const Span& sp, const Path& x, t_cb_resolve_type resolve_placeholder) const;
friend ::std::ostream& operator<<(::std::ostream& os, const Path& x);
};