diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-30 09:10:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 09:10:06 +0200 |
| commit | a629b2ac6869661b15e2439b31dba4c6925fc686 (patch) | |
| tree | f1662d2af5fc5efff030b9c8aa8c8bf7dc30cb4a /compiler/rustc_trait_selection/src | |
| parent | abb02d40a49429952270d8f3cf4b368c6e3f1d1f (diff) | |
| parent | a9cc3f6564e4563df568a09b42984313446dc2d3 (diff) | |
| download | rust-a629b2ac6869661b15e2439b31dba4c6925fc686.tar.gz rust-a629b2ac6869661b15e2439b31dba4c6925fc686.zip | |
Rollup merge of #95460 - nyurik:spelling-str, r=lcnr
Spellchecking compiler code Address some spelling mistakes in strings, private function names, and function params.
Diffstat (limited to 'compiler/rustc_trait_selection/src')
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/auto_trait.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/auto_trait.rs b/compiler/rustc_trait_selection/src/traits/auto_trait.rs index ee9983ee8b8..32516af9223 100644 --- a/compiler/rustc_trait_selection/src/traits/auto_trait.rs +++ b/compiler/rustc_trait_selection/src/traits/auto_trait.rs @@ -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 ); |
