Skip to content

Commit 4ec4bdc

Browse files
Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk
Diagnostic lifetimes cleanups Some diagnostic simplifications. r? `@oli-obk`
2 parents 13105a8 + e4b1e80 commit 4ec4bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl MachineStopType for TerminationInfo {
104104
self: Box<Self>,
105105
_: &mut dyn FnMut(
106106
std::borrow::Cow<'static, str>,
107-
rustc_errors::DiagnosticArgValue<'static>,
107+
rustc_errors::DiagnosticArgValue,
108108
),
109109
) {
110110
}

0 commit comments

Comments
 (0)