Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Dec 17, 2024
1 parent 79810c5 commit 5275bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/flux-common/src/dbg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ macro_rules! _statement{
let genv = ck.genv;
let local_names = &ck.body.local_names;
let local_decls = &ck.body.local_decls;
let rcx_json = RefineCtxtTrace::new(genv, $rcx);
let rcx_json = RefineCtxtTrace::new(genv, rcx);
let env_json = TypeEnvTrace::new(genv, local_names, local_decls, $env);
let span_json = SpanTrace::new(genv, $span);
tracing::info!(event = concat!("statement_", $pos), stmt = ?$stmt, stmt_span = ?$span, rcx = ?rcx, env = ?$env, rcx_json = ?rcx_json, env_json = ?env_json, stmt_span_json = ?span_json)
Expand Down

0 comments on commit 5275bd9

Please sign in to comment.