Skip to content

Commit c238e87

Browse files
committed
Nit of deadlock detected
1 parent d5e4bd8 commit c238e87

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_query_system/src/query

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/query/job.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ pub fn deadlock(query_map: QueryMap, registry: &rayon_core::Registry) {
545545
if query_map.len() == 0 {
546546
panic!("deadlock detected without any query!")
547547
} else {
548-
panic!("deadlock detected! current query map:\n{:?}", query_map);
548+
panic!("deadlock detected! current query map:\n{:#?}", query_map);
549549
}
550550
}
551551

0 commit comments

Comments
 (0)