diff options
Diffstat (limited to 'src/hir/expr.hpp')
-rw-r--r-- | src/hir/expr.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/expr.hpp b/src/hir/expr.hpp index 4b385c99..3a7839a8 100644 --- a/src/hir/expr.hpp +++ b/src/hir/expr.hpp @@ -416,6 +416,7 @@ struct ExprCallCache ::std::vector< ::HIR::TypeRef> m_arg_types; const ::HIR::GenericParams* m_fcn_params; const ::HIR::GenericParams* m_top_params; + const ::HIR::Function* m_fcn; ::HIR::PathParams m_ty_impl_params; |