chore: Fix typos in 'compiler' (batch 3)

This commit is contained in:
Alexander Cyon
2024-09-02 07:33:41 +02:00
parent 78d5c04d9c
commit 5780c1ca5e
18 changed files with 21 additions and 21 deletions

View File

@@ -723,7 +723,7 @@ impl<'a, 'tcx> ProofTreeVisitor<'tcx> for AmbiguityCausesVisitor<'a, 'tcx> {
// FIXME: While this matches the behavior of the
// old solver, it is not the only way in which the unknowable
// candidates *weaken* coherence, they can also force otherwise
// sucessful normalization to be ambiguous.
// successful normalization to be ambiguous.
Ok(Certainty::Maybe(_) | Certainty::Yes) => {
ambiguity_cause = None;
break;