Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
expected_trait_ref
to self_ty_trait_ref
This trait ref is derived from the self type and then equated to the trait ref from the obligation. For example, for `fn(): Fn(u32)`, `self_ty_trait_ref` is `Fn()`, which is then equated to `Fn(u32)` (which will fail, causing the obligation to fail).
- Loading branch information