fix(frontends/lean/definition_cmds): set scope_pos_info when checking examples
This commit is contained in:
parent
04e27eb96f
commit
fcc0f30b84
1 changed files with 1 additions and 0 deletions
|
|
@ -741,6 +741,7 @@ public:
|
|||
scope_trace_env scope2(m_decl_env, m_opts, *tc);
|
||||
scope_pos_info_provider scope3(m_pos_provider);
|
||||
auto_reporting_info_manager_scope scope4(get_module_id(), m_use_info_manager);
|
||||
module::scope_pos_info scope_pos(m_pos_provider.get_some_pos());
|
||||
|
||||
name decl_name = "_example";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue