Skip to content

Commit a06b24a

Browse files
committed
rename compare fn
1 parent f5e0312 commit a06b24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir_analysis/src/check/compare_eii.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use tracing::{debug, instrument};
2020
// checks whether the signature of some `external_impl`, matches
2121
// the signature of `declaration`, which it is supposed to be compatible
2222
// with in order to implement the item.
23-
pub(crate) fn compare_eii_predicate_entailment<'tcx>(
23+
pub(crate) fn compare_eii_function_types<'tcx>(
2424
tcx: TyCtxt<'tcx>,
2525
external_impl: LocalDefId,
2626
declaration: DefId,

0 commit comments

Comments
 (0)