w
This commit is contained in:
parent
8e139eefaf
commit
8167a25e4e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ impl<'a, 'tcx> InspectGoal<'a, 'tcx> {
|
||||||
// FIXME: This is currently wrong if we don't even try any
|
// FIXME: This is currently wrong if we don't even try any
|
||||||
// candidates, e.g. for a trait goal, as in this case `candidates` is
|
// candidates, e.g. for a trait goal, as in this case `candidates` is
|
||||||
// actually supposed to be empty.
|
// actually supposed to be empty.
|
||||||
inspect::ProbeKind::Root { result: _ } => {
|
inspect::ProbeKind::Root { result } => {
|
||||||
if candidates.is_empty() {
|
if candidates.is_empty() {
|
||||||
candidates.push(InspectCandidate {
|
candidates.push(InspectCandidate {
|
||||||
goal: self,
|
goal: self,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue