Skip to content

Commit eb94a63

Browse files
yeet
1 parent c3e8ba3 commit eb94a63

File tree

1 file changed

+5
-0
lines changed
  • compiler/rustc_query_system/src/query

1 file changed

+5
-0
lines changed

compiler/rustc_query_system/src/query/job.rs

+5
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,11 @@ pub fn report_cycle<'a>(
550550
None
551551
};
552552

553+
if true {
554+
println!("{:#}", std::backtrace::Backtrace::force_capture());
555+
panic!();
556+
}
557+
553558
let cycle_diag = crate::error::Cycle {
554559
span,
555560
cycle_stack,

0 commit comments

Comments
 (0)