diff options
Diffstat (limited to 'src/mir/helpers.hpp')
-rw-r--r-- | src/mir/helpers.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mir/helpers.hpp b/src/mir/helpers.hpp index 60deccad..2a4f81d5 100644 --- a/src/mir/helpers.hpp +++ b/src/mir/helpers.hpp @@ -39,8 +39,10 @@ private: const unsigned int STMT_TERM = ~0u; const Span& sp; +public: const ::StaticTraitResolve& m_resolve; const ::HIR::Crate& m_crate; +private: ::FmtLambda m_path; const ::HIR::TypeRef& m_ret_type; const args_t& m_args; |