Skip to content

Commit 3e12706

Browse files
committed
XXX: enable eprintln
1 parent 278a0ae commit 3e12706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_monomorphize/src/partitioning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ fn debug_dump<'a, 'tcx: 'a>(
989989
}
990990
};
991991

992-
debug!("{}", dump());
992+
eprintln!("{}", dump());
993993
}
994994

995995
#[inline(never)] // give this a place in the profiler

0 commit comments

Comments
 (0)