mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Rename some fields to their Chalk names
This commit is contained in:
parent
f57e2f5598
commit
3411fe3e84
11 changed files with 47 additions and 47 deletions
|
@ -99,8 +99,8 @@ impl<'a> InferenceContext<'a> {
|
|||
if self.db.trait_solve(krate, goal.value).is_some() {
|
||||
self.obligations.push(implements_fn_trait);
|
||||
let output_proj_ty = crate::ProjectionTy {
|
||||
associated_ty: to_assoc_type_id(output_assoc_type),
|
||||
parameters: substs,
|
||||
associated_ty_id: to_assoc_type_id(output_assoc_type),
|
||||
substitution: substs,
|
||||
};
|
||||
let return_ty = self.normalize_projection_ty(output_proj_ty);
|
||||
Some((arg_tys, return_ty))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue