Skip to content

Commit 2cc22ce

Browse files
committed
fix rebase
1 parent 8bde5bb commit 2cc22ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_typeck/src/demand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
3131
expr_ty: Ty<'tcx>,
3232
expected: Ty<'tcx>,
3333
expected_ty_expr: Option<&'tcx hir::Expr<'tcx>>,
34-
_error: Option<TypeError<'tcx>>,
34+
error: Option<TypeError<'tcx>>,
3535
) {
3636
if expr_ty == expected {
3737
return;

0 commit comments

Comments
 (0)