return when obligation has references_error
This commit is contained in:
parent
65445a571c
commit
82510b90c6
@ -899,6 +899,10 @@ fn assemble_candidates_for_transmutability(
|
||||
return;
|
||||
}
|
||||
|
||||
if obligation.references_error() {
|
||||
return;
|
||||
}
|
||||
|
||||
candidates.vec.push(TransmutabilityCandidate);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user