Skip to content

Commit 45a685e

Browse files
committed
Better error for non const PartialEq call generated by match
1 parent 5777494 commit 45a685e

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)