diff options
| author | Stefan Schindler <dns2utf8@estada.ch> | 2025-08-19 23:53:45 +0200 |
|---|---|---|
| committer | Stefan Schindler <dns2utf8@estada.ch> | 2025-08-19 23:53:45 +0200 |
| commit | 555986d8ac187601970a7f439b73dad305cb2d81 (patch) | |
| tree | 2e8a093533d51ac6a692095806be16947b07ef3d | |
| parent | 8c32e313cccf7df531e2d49ffb8227bb92304aee (diff) | |
| download | rust-555986d8ac187601970a7f439b73dad305cb2d81.tar.gz rust-555986d8ac187601970a7f439b73dad305cb2d81.zip | |
Fix some doc typos
| -rw-r--r-- | RELEASES.md | 2 | ||||
| -rw-r--r-- | compiler/rustc_next_trait_solver/src/canonicalizer.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index b6dc0628646..33abe45ce46 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1778,7 +1778,7 @@ Language - [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/) - [Make inductive cycles in coherence ambiguous always.](https://github.com/rust-lang/rust/pull/118649/) - [Get rid of type-driven traversal in const-eval interning](https://github.com/rust-lang/rust/pull/119044/), - only as a [future compatiblity lint](https://github.com/rust-lang/rust/pull/122204) for now. + only as a [future compatibility lint](https://github.com/rust-lang/rust/pull/122204) for now. - [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/) <a id="1.77.0-Compiler"></a> diff --git a/compiler/rustc_next_trait_solver/src/canonicalizer.rs b/compiler/rustc_next_trait_solver/src/canonicalizer.rs index 1bc35e599c7..3e1f48610ff 100644 --- a/compiler/rustc_next_trait_solver/src/canonicalizer.rs +++ b/compiler/rustc_next_trait_solver/src/canonicalizer.rs @@ -27,7 +27,7 @@ enum CanonicalizeInputKind { ParamEnv, /// When canonicalizing predicates, we don't keep `'static`. If we're /// currently outside of the trait solver and canonicalize the root goal - /// during HIR typeck, we replace each occurance of a region with a + /// during HIR typeck, we replace each occurrence of a region with a /// unique region variable. See the comment on `InferCtxt::in_hir_typeck` /// for more details. Predicate { is_hir_typeck_root_goal: bool }, |
