Spellchecking compiler code

Address some spelling mistakes in strings, private function names, and function params.
This commit is contained in:
Yuri Astrakhan 2022-03-30 01:42:10 -04:00
parent 600ec28483
commit a9cc3f6564
8 changed files with 10 additions and 10 deletions

View file

@ -683,7 +683,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
&& is_new_pred
{
debug!(
"evaluate_nested_obligations: adding projection predicate\
"evaluate_nested_obligations: adding projection predicate \
to computed_preds: {:?}",
predicate
);