Skip to content

Commit 9a65f46

Browse files
Rollup merge of rust-lang#112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber
Better error for non const `PartialEq` call generated by `match` Resolves rust-lang#90237
2 parents f711c7e + 45a685e commit 9a65f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_utils/src/qualify_min_const_fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ fn check_terminator<'tcx>(
317317
TerminatorKind::Call {
318318
func,
319319
args,
320-
from_hir_call: _,
320+
call_source: _,
321321
destination: _,
322322
target: _,
323323
unwind: _,

0 commit comments

Comments
 (0)