We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00e09f commit b9e8ad0Copy full SHA for b9e8ad0
crates/subspace-farmer/src/plotter/gpu/rocm.rs
@@ -102,10 +102,7 @@ impl RocmRecordsEncoder {
102
eprintln!("panic on thread {}: {:?}", thread_name(index), panic_info);
103
} else {
104
// We want to guarantee exit, rather than panicking in a panic handler.
105
- eprintln!(
106
- "rayon panic handler called on non-rayon thread: {:?}",
107
- panic_info
108
- );
+ eprintln!("rayon panic handler called on non-rayon thread: {panic_info:?}");
109
}
110
exit(1);
111
};
0 commit comments