-
Notifications
You must be signed in to change notification settings - Fork 651
Update futures-macro-async
proc-macro2 usage from 0.2 to 0.3
#956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh woops, maybe I'm out of the loop, because it looks like #940 has all the same changes as my |
AFAIK https://github.com/alexcrichton/futures-await is for tracking And just to clear more confusion around repo/crate names, instead of a |
Fixed by #940, closing! |
Currently, I can't seem to get
#[async]
to be found withfeatures = ["nightly"]
, andcd futures-macro-async; cargo build --features nightly
shows that the crate is currently broken from the newproc-macro
api. I actually made a PR tofutures-await
doing this update, not realizing that I probably should have been making the changes to this repo, becausefutures-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.Edit: Oh I see now why it's not being found!
The text was updated successfully, but these errors were encountered: