From 50d9adc5a66641da458325b3353993fac465a067 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 28 Jun 2023 04:14:52 +0200 Subject: [PATCH] typo --- src/solve/trait-solving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solve/trait-solving.md b/src/solve/trait-solving.md index b0cd9af6c..0f93cbeb9 100644 --- a/src/solve/trait-solving.md +++ b/src/solve/trait-solving.md @@ -97,7 +97,7 @@ all free regions during codegen we must not rely on them during typeck. A notewo is special behavior for `'static`. We also have to be careful with relying on equality of regions in the trait solver. -This is fine for codegen, as we treat all erased regions are equal. We can however +This is fine for codegen, as we treat all erased regions as equal. We can however lose equality information from HIR to MIR typeck. ### 7. Removing ambiguity makes strictly more things compile