This commit is contained in:
Johann Hemmann 2024-01-19 16:23:20 +01:00
parent 9527e245c9
commit 6738edc259
3 changed files with 2 additions and 3 deletions

View file

@ -946,7 +946,7 @@ impl InferenceContext<'_> {
derefed_callee: &Ty,
adjustments: &mut Vec<Adjustment>,
callee_ty: &Ty,
params: &Vec<Ty>,
params: &[Ty],
tgt_expr: ExprId,
) {
match fn_x {