Skip to content

Commit

Permalink
Debug which method we're running on
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Sep 27, 2023
1 parent 16a944e commit 77326d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mir-state-analysis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn run_coupling_graph<'mir, 'tcx>(
// if tcx.item_name(mir.source.def_id()).as_str() != "debug" {
// return;
// }
// println!("Running for {:?} {:?}", mir.source.def_id(), mir.span);
println!("Running for {:?} {:?}", mir.source.def_id(), mir.span);
let cgx = coupling_graph::CgContext::new(tcx, mir, facts, facts2);
let fpcs = coupling_graph::engine::CoupligGraph::new(tcx, mir, facts, facts2, &cgx);
let analysis = fpcs
Expand Down

0 comments on commit 77326d4

Please sign in to comment.