Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cjgillot
Separate the receiver from arguments in HIR Related to #100232 cc `@cjgillot`
This commit is contained in:
commit
b44197abb0
140 changed files with 815 additions and 720 deletions
|
|
@ -159,7 +159,7 @@ where
|
|||
return;
|
||||
}
|
||||
}
|
||||
hir::ExprKind::MethodCall(path, _, call_span) => {
|
||||
hir::ExprKind::MethodCall(path, _, _, call_span) => {
|
||||
let types = tcx.typeck(ex.hir_id.owner);
|
||||
let Some(def_id) = types.type_dependent_def_id(ex.hir_id) else {
|
||||
trace!("type_dependent_def_id({}) = None", ex.hir_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue