You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async etc. macros are only in the prelude, for documentation (and people that avoid preludes) I believe these should also be exported from the root (or maybe some other submodule? module name bikeshed welcome)
No mention of what nightly features are required to use async, should include basics from futures-await.md
Some issues I have noticed with the current documentation when building with
--features nightly
:futures::__rt
is visible, this should be hiddenasync
etc. macros are only in the prelude, for documentation (and people that avoid preludes) I believe these should also be exported from the root (or maybe some other submodule? module name bikeshed welcome)async
, should include basics fromfutures-await.md
async*
macros links fromfutures::prelude
don't work (rustdoc: Bad handling of proc_macro's re-exported via use_extern_macros rust#49553)async*
macros have no documentationawait!
documentation is internal implementation details, should be user facingawait_item!
documentation is lackingstream_yield!
is missing documentationThe text was updated successfully, but these errors were encountered: