fix rebase
This commit is contained in:
parent
8bde5bbc07
commit
2cc22cee96
@ -31,7 +31,7 @@ pub fn emit_type_mismatch_suggestions(
|
||||
expr_ty: Ty<'tcx>,
|
||||
expected: Ty<'tcx>,
|
||||
expected_ty_expr: Option<&'tcx hir::Expr<'tcx>>,
|
||||
_error: Option<TypeError<'tcx>>,
|
||||
error: Option<TypeError<'tcx>>,
|
||||
) {
|
||||
if expr_ty == expected {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user