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
Currently, I can't seem to get #[async] to be found with features = ["nightly"], and cd futures-macro-async; cargo build --features nightly shows that the crate is currently broken from the new proc-macro api. I actually made a PR to futures-await doing this update, not realizing that I probably should have been making the changes to this repo, because futures-await is deprecated now. (I think? Maybe not though?) Anyways, I'm still not really sure why I'm getting the "not found" error, which is another issue that probably needs to be created.