Skip to content

Commit e4f9d1f

Browse files
committed
fmt
1 parent 8231b17 commit e4f9d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/const_eval/eval_queries.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ pub fn eval_to_allocation_raw_provider<'tcx>(
301301
} else {
302302
tcx.mir_borrowck(def.did)
303303
};
304-
304+
305305
if borrowck_results.errored {
306306
return Err(ErrorHandled::Reported(ErrorReported {}));
307307
}

0 commit comments

Comments
 (0)