Update with final comments
This commit is contained in:
parent
1c1ce2fbda
commit
b77bb5cb25
6 changed files with 10 additions and 31 deletions
|
@ -756,7 +756,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
|
|||
// when we started out trying to unify
|
||||
// some inference variables. See the comment above
|
||||
// for more infomration
|
||||
if p.term().skip_binder().ty().has_infer_types() {
|
||||
if p.term().skip_binder().has_infer_types() {
|
||||
if !self.evaluate_nested_obligations(
|
||||
ty,
|
||||
v.into_iter(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue