summaryrefslogtreecommitdiff
path: root/src/hir/generic_params.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-12-02 19:23:20 +0800
committerJohn Hodge <tpg@mutabah.net>2016-12-02 19:23:20 +0800
commit466023a1520cddcfae6fd8a971eb6845d19a15c5 (patch)
treeadac53f695bf623b4f53636d100212370be1d30f /src/hir/generic_params.hpp
parent35142acbe2deacf0cee3f92ed28e3beb01c22cd5 (diff)
downloadmrust-466023a1520cddcfae6fd8a971eb6845d19a15c5.tar.gz
HIR Specialistion - Rough up bound support in specialistion
Diffstat (limited to 'src/hir/generic_params.hpp')
-rw-r--r--src/hir/generic_params.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hir/generic_params.hpp b/src/hir/generic_params.hpp
index 9b2e2456..79ce2cb9 100644
--- a/src/hir/generic_params.hpp
+++ b/src/hir/generic_params.hpp
@@ -67,3 +67,5 @@ public:
} // namespace HIR
+extern Ordering ord(const HIR::GenericBound& a, const HIR::GenericBound& b);
+