Skip to content
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

Fix async/await support for latest nightly #994

Merged
merged 1 commit into from
Apr 30, 2018

Conversation

ngg
Copy link
Contributor

@ngg ngg commented Apr 29, 2018

After rust-lang/rust#50120 procedural macros do not receive the parentheses as part of their attributes TokenStream.
Also the proc_macro_non_items feature is necessary to use async_block.

After rust-lang/rust#50120 procedural
macros do not receive the parentheses as part of their attributes
TokenStream. Also the proc_macro_non_items feature is necessary
to use async_block.
@cramertj cramertj merged commit 828a8df into rust-lang:master Apr 30, 2018
@cramertj
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants