Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
fix(frontends/lean/definition_cmds): set scope_pos_info when checking…
Browse files Browse the repository at this point in the history
… examples
  • Loading branch information
gebner authored and leodemoura committed Feb 25, 2017
1 parent 04e27eb commit fcc0f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontends/lean/definition_cmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ class example_checking_task : public task<unit> {
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";

Expand Down

0 comments on commit fcc0f30

Please sign in to comment.