Skip to content

Commit 47182f6

Browse files
authored
fix typos in 2024-06-26-types-team-update.md (#1347)
1 parent 0ddbd8c commit 47182f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2024-06-26-types-team-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ the new implementation.
8383
### Async and `impl Trait`
8484

8585
We stabilized `async`-fn in traits (AFIT) and return-position `impl Trait` in
86-
traits (RPTIIT) in version 1.75 thanks to a significant effort by [@compiler-errors] and
86+
traits (RPITIT) in version 1.75 thanks to a significant effort by [@compiler-errors] and
8787
[@spastorino]. [@cjgillot] greatly improved the way generators, and therefore async functions,
8888
are represented in the type system[^107421]. This allowed us to support recursive
8989
`async`-functions without too much additional work[^117703].
@@ -134,7 +134,7 @@ We are also working on extracting its implementation into a separate library
134134
outside of the compiler itself. We would like to share the trait solver with
135135
rust-analyzer by the end of this year. They currently use [chalk] which is no longer
136136
actively maintained. Using the next-generation trait solver in rust-analyzer
137-
should result in a lot of additional testing for the solver and while also improving
137+
should result in a lot of additional testing for the solver while also improving
138138
the IDE experience by positively impacting performance and correctness.
139139

140140
We intend to slowly roll out the solver in other areas of the compiler until we're able

0 commit comments

Comments
 (0)