mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix tidy
This commit is contained in:
committed by
Jared Roesch
parent
bbcb13da88
commit
91de8e6c28
@@ -1328,9 +1328,10 @@ pub fn report_conflicting_default_types(&self,
|
||||
})
|
||||
};
|
||||
|
||||
self.report_and_explain_type_error(trace, &ty::type_err::terr_ty_param_default_mismatch(ty::expected_found {
|
||||
expected: expected,
|
||||
found: actual
|
||||
self.report_and_explain_type_error(trace,
|
||||
&ty::type_err::terr_ty_param_default_mismatch(ty::expected_found {
|
||||
expected: expected,
|
||||
found: actual
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user