mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Stop using ContainerId
in AssocContainerId
This commit is contained in:
parent
12f6bdcfd9
commit
a430549aa6
7 changed files with 12 additions and 12 deletions
|
@ -715,7 +715,7 @@ fn transform_receiver_ty(
|
|||
.fill_with_unknown()
|
||||
.build()
|
||||
}
|
||||
AssocContainerId::ContainerId(_) => unreachable!(),
|
||||
AssocContainerId::ModuleId(_) => unreachable!(),
|
||||
};
|
||||
let sig = db.callable_item_signature(function_id.into());
|
||||
Some(sig.value.params()[0].clone().subst_bound_vars(&substs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue