diff options
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r-- | src/hir/hir.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp index 32a03758..e733f1c6 100644 --- a/src/hir/hir.hpp +++ b/src/hir/hir.hpp @@ -243,6 +243,8 @@ public: bool matches_type(const ::HIR::TypeRef& tr) const { return matches_type(tr, [](const auto& x)->const auto&{ return x; }); } + + bool more_specific_than(const TraitImpl& x) const; }; class MarkerImpl |