Skip to content

Commit b4485be

Browse files
committed
Also report region errors for crater
1 parent 2969bd9 commit b4485be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/src/check/wfcheck.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ where
175175
}
176176
},
177177
);
178-
if lint_level.is_error() {
178+
if true || lint_level.is_error() {
179179
infcx.err_ctxt().report_region_errors(body_def_id, &errors);
180180
}
181181

0 commit comments

Comments
 (0)