Skip to content

Commit

Permalink
Also report region errors for crater
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh726 committed Dec 2, 2023
1 parent 2969bd9 commit b4485be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_hir_analysis/src/check/wfcheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ where
}
},
);
if lint_level.is_error() {
if true || lint_level.is_error() {
infcx.err_ctxt().report_region_errors(body_def_id, &errors);
}

Expand Down

0 comments on commit b4485be

Please sign in to comment.