Not sure why multiple processes were setting the same global variable, possibly a quirk of nextest.
TVRANPYBGATY2OVGMBEEOEJF6ZZJOTEAACBEWXWI7NNMKVUXJ3GAC
NFV26FRQF6JNR7WLU72HR7W2GDHLDGDPAX3CYHZLBQEACJ24AB4QC
CESJ4CTO26X4GBZBPXRXLOJT3JQJOGFN5EJSNAAZELNQRZF7QSYAC
miette::set_hook(Box::new(|_| {
// If this returns an error, it just means the hook has already been set. let _result = miette::set_hook(Box::new(|_| {
// If this returns an error, it just means the hook has already been set.
let _result = miette::set_hook(Box::new(|_| {
})) .unwrap();
}))
.unwrap();
})); miette::set_panic_hook();
}));
miette::set_panic_hook();