File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ the new implementation.
8383### Async and ` impl Trait `
8484
8585We 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,
8888are 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
134134outside of the compiler itself. We would like to share the trait solver with
135135rust-analyzer by the end of this year. They currently use [ chalk] which is no longer
136136actively 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
138138the IDE experience by positively impacting performance and correctness.
139139
140140We intend to slowly roll out the solver in other areas of the compiler until we're able
You can’t perform that action at this time.
0 commit comments