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.
83
83
### Async and ` impl Trait `
84
84
85
85
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
87
87
[ @spastorino ] . [ @cjgillot ] greatly improved the way generators, and therefore async functions,
88
88
are represented in the type system[ ^ 107421 ] . This allowed us to support recursive
89
89
` async ` -functions without too much additional work[ ^ 117703 ] .
@@ -134,7 +134,7 @@ We are also working on extracting its implementation into a separate library
134
134
outside of the compiler itself. We would like to share the trait solver with
135
135
rust-analyzer by the end of this year. They currently use [ chalk] which is no longer
136
136
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
138
138
the IDE experience by positively impacting performance and correctness.
139
139
140
140
We 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