Skip to content

Commit 1f32339

Browse files
authored
Add contributor and update wording
1 parent 70e3f8a commit 1f32339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/inside-rust/2022-11-02-async-fn-in-trait-nightly.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,11 @@ This work was made possible thanks to the efforts of many people, including
245245
* Oli Scherer
246246
* Eric Holk
247247
* Dan Johnson
248+
* Bryan Garza
248249
* Niko Matsakis
249250
* Tyler Mandry
250251

251-
It was built on top of years of compiler work that enabled us to ship [GATs] as well as other fundamental type system improvements.
252+
In addition it was built on top of years of compiler work that enabled us to ship [GATs] as well as other fundamental type system improvements. Thanks to all those who contributed.
252253

253254
To learn more about this feature and the challenges behind it, check out the [Static async fn in traits RFC][RFC] and [why async fn in traits are hard]. Also stay tuned for a follow-up post where we explore language extensions that make it possible to express `Send` bounds without a special trait.
254255

0 commit comments

Comments
 (0)