Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Jun 16, 2021
1 parent 8231b17 commit e4f9d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/const_eval/eval_queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ pub fn eval_to_allocation_raw_provider<'tcx>(
} else {
tcx.mir_borrowck(def.did)
};

if borrowck_results.errored {
return Err(ErrorHandled::Reported(ErrorReported {}));
}
Expand Down

0 comments on commit e4f9d1f

Please sign in to comment.