Actually use probes when needed and stop relying on existing outer probes
This commit is contained in:
@@ -107,6 +107,8 @@ impl<'tcx> InferCtxt<'tcx> {
|
||||
Ok(Some(ImplSource::Param(vec![])))
|
||||
}
|
||||
|
||||
(_, CandidateSource::CoherenceUnknowable) => bug!(),
|
||||
|
||||
(Certainty::Maybe(_), _) => Ok(None),
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user