summaryrefslogtreecommitdiff
path: root/src/hir/hir.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-01-08 09:48:19 +0800
committerJohn Hodge <tpg@mutabah.net>2017-01-08 09:48:19 +0800
commit3f047e495793a1eed8244b96bc0dddff275cd19c (patch)
treea53112cc7ecfd414b1832a8a1a28c4643c100b46 /src/hir/hir.hpp
parentaf7089cec53828533462af5349e861f7d524d22e (diff)
downloadmrust-3f047e495793a1eed8244b96bc0dddff275cd19c.tar.gz
All - i128/u182 support, typecheck and parse fixes
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r--src/hir/hir.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp
index 76e6cf81..66f4babc 100644
--- a/src/hir/hir.hpp
+++ b/src/hir/hir.hpp
@@ -383,6 +383,7 @@ public:
}
bool more_specific_than(const TraitImpl& x) const;
+ bool overlaps_with(const TraitImpl& other) const;
};
class MarkerImpl