Skip to content

Commit c541cc3

Browse files
committed
Rename DiagnosticArg{,Map,Name,Value} as DiagArg{,Map,Name,Value}.
1 parent 8e6884b commit c541cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl MachineStopType for TerminationInfo {
100100
}
101101
fn add_args(
102102
self: Box<Self>,
103-
_: &mut dyn FnMut(std::borrow::Cow<'static, str>, rustc_errors::DiagnosticArgValue),
103+
_: &mut dyn FnMut(std::borrow::Cow<'static, str>, rustc_errors::DiagArgValue),
104104
) {
105105
}
106106
}

0 commit comments

Comments
 (0)