diff options
Diffstat (limited to 'src/hir/type.hpp')
-rw-r--r-- | src/hir/type.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/type.hpp b/src/hir/type.hpp index 549bf837..8065bc1e 100644 --- a/src/hir/type.hpp +++ b/src/hir/type.hpp @@ -70,6 +70,7 @@ enum class BorrowType Unique, Owned, }; +extern ::std::ostream& operator<<(::std::ostream& os, const BorrowType& bt); struct LifetimeRef { |