about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2024-03-22 10:38:09 +0100
committerBoxy <supbscripter@gmail.com>2024-03-22 11:11:41 +0000
commite43a10b7f968eb27a24efd56c7deec5485bf084e (patch)
tree46e74c4221a7a4a6be20731c070210ecb2bba22e /src/doc/rustc-dev-guide
parent69bf1c1beb7907ee27fd69fced980eddc411be38 (diff)
downloadrust-e43a10b7f968eb27a24efd56c7deec5485bf084e.tar.gz
rust-e43a10b7f968eb27a24efd56c7deec5485bf084e.zip
Update src/solve/significant-changes.md
Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/solve/significant-changes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/solve/significant-changes.md b/src/doc/rustc-dev-guide/src/solve/significant-changes.md
index a42606caf78..1e3395a8e13 100644
--- a/src/doc/rustc-dev-guide/src/solve/significant-changes.md
+++ b/src/doc/rustc-dev-guide/src/solve/significant-changes.md
@@ -44,7 +44,7 @@ new solver to stall equality until it is able to normalize the related aliases.
 The behavior of the old solver is incomplete and relies on eager normalization
 which replaces ambiguous aliases with inference variables. As this is not
 not possible for aliases containing bound variables, the old implementation does
-nto handle aliases inside of binders correctly, e.g. [#102048]. See the chapter on
+not handle aliases inside of binders correctly, e.g. [#102048]. See the chapter on
 [normalization] for more details.
 
 [#102048]: https://github.com/rust-lang/rust/issues/102048