mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
ptr_arg
This commit is contained in:
parent
9527e245c9
commit
6738edc259
3 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue