Skip to content

Commit 654329e

Browse files
authored
Merge pull request #209 from sunrosa/patch-1
Update 03_state_of_async_rust.md for 1.75.0 because async traits have more support now
2 parents 1bcfce6 + 450f6df commit 654329e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/01_getting_started/03_state_of_async_rust.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ language features and library support:
4040
details.
4141

4242
Some language features you may be used to from synchronous Rust are not yet
43-
available in async Rust. Notably, Rust does not let you declare async
44-
functions in traits. Instead, you need to use workarounds to achieve the same
43+
available in async Rust. Notably, Rust did not let you declare async
44+
functions in traits until 1.75.0 stable (and still has limitations on dynamic dispatch for those traits). Instead, you need to use workarounds to achieve the same
4545
result, which can be more verbose.
4646

4747
## Compiling and debugging

0 commit comments

Comments
 (0)