rust-lang / async-book

Asynchronous Programming in Rust
https://rust-lang.github.io/async-book/index.html
MIT License
1.84k stars 248 forks source link

07 workarounds/async in trait: update that nightly has mvp #180

Closed harryhaaren closed 1 year ago

harryhaaren commented 1 year ago

Update async-fn-in-trait description to refer to the MVP that is included in nightly, see https://blog.rust-lang.org/inside-rust/2022/11/17/async-fn-in-trait-nightly.html

harryhaaren commented 1 year ago

v2 fixed link formatting.

harryhaaren commented 1 year ago

v3 fixed link formatting again (not used to mdbook) but this works now :)

harryhaaren commented 1 year ago

v4 fix toolchain to tool chain typo as reported by CI.

harryhaaren commented 1 year ago

Thanks @eholk! This is my first contribution to Rust lang & docs, hopefully not my last!