diff --git a/src/rt/rust_cc.cpp b/src/rt/rust_cc.cpp index 77965c3d7f9..1b5890358c9 100644 --- a/src/rt/rust_cc.cpp +++ b/src/rt/rust_cc.cpp @@ -417,7 +417,8 @@ sweep(rust_task *task, const std::set &marked) { void do_cc(rust_task *task) { - DPRINT("cc; n allocs = %lu\n", (long unsigned int)task->local_allocs.size()); + DPRINT("cc; n allocs = %lu\n", + (long unsigned int)task->local_allocs.size()); irc_map ircs; irc::compute_ircs(task, ircs);