This commit is contained in:
lcnr 2023-03-22 11:58:08 +01:00
parent 45b44c7758
commit 0882def9aa

View File

@ -212,7 +212,7 @@ fn suggest_add_clone_to_arg(
fn extract_callable_info(
&self,
hir_id: LocalDefId,
body_id: LocalDefId,
param_env: ty::ParamEnv<'tcx>,
found: Ty<'tcx>,
) -> Option<(DefIdOrName, Ty<'tcx>, Vec<Ty<'tcx>>)>;
@ -1112,7 +1112,6 @@ fn suggest_add_clone_to_arg(
/// Extracts information about a callable type for diagnostics. This is a
/// heuristic -- it doesn't necessarily mean that a type is always callable,
/// because the callable type must also be well-formed to be called.
// FIXME(vincenzopalazzo): move the HirId to a LocalDefId
fn extract_callable_info(
&self,
body_id: LocalDefId,