Skip to content

Commit c550bee

Browse files
committed
Fix rebase
1 parent a4e89de commit c550bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/diagnostic_impls.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ into_diag_arg_using_display!(
9898
);
9999

100100
impl IntoDiagArg for RustcVersion {
101-
fn into_diag_arg(self) -> DiagArgValue {
101+
fn into_diag_arg(self, _: &mut Option<std::path::PathBuf>) -> DiagArgValue {
102102
DiagArgValue::Str(Cow::Owned(self.to_string()))
103103
}
104104
}

0 commit comments

Comments
 (0)