We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e89de commit c550beeCopy full SHA for c550bee
compiler/rustc_errors/src/diagnostic_impls.rs
@@ -98,7 +98,7 @@ into_diag_arg_using_display!(
98
);
99
100
impl IntoDiagArg for RustcVersion {
101
- fn into_diag_arg(self) -> DiagArgValue {
+ fn into_diag_arg(self, _: &mut Option<std::path::PathBuf>) -> DiagArgValue {
102
DiagArgValue::Str(Cow::Owned(self.to_string()))
103
}
104
0 commit comments