This commit is contained in:
The Miri Conjob Bot 2024-01-31 05:02:33 +00:00
parent 38b8bd3737
commit 24fece28f6

View file

@ -102,10 +102,7 @@ impl MachineStopType for TerminationInfo {
}
fn add_args(
self: Box<Self>,
_: &mut dyn FnMut(
std::borrow::Cow<'static, str>,
rustc_errors::DiagnosticArgValue,
),
_: &mut dyn FnMut(std::borrow::Cow<'static, str>, rustc_errors::DiagnosticArgValue),
) {
}
}