-
Notifications
You must be signed in to change notification settings - Fork 55
await
is ambiguous after updated to nightly-2018-06-24 and after
#106
Comments
Can you try |
Well, that doesn't seem to be working any more. |
Just to make sure everyone coming here is aware, this is an incompatibility with the new builtin |
It was working, but I updated today and now I'm getting:
Probably related to the |
I would've thought they would be shadowed, but I guess that's not happening for some unclear reason. Only way I know to fix this would be to release a new version with this macro renamed to something like |
A temporary workaround: $ rustup override set nightly-2018-07-10
$ cargo update -p proc-macro2:0.4.8 --precise 0.4.6 |
Alex Crichton informs me that adding the |
Sorry, the feature is called |
@withoutboats : Thank you! I will try it out. Go get some sleep, our future async world depends on you (: |
Yes, adding |
#![feature(use_extern_macros)] (edit: Github was bugging, I didn't see the other comments and I cannot delete this one) |
I tried the solution above, now I got
My rustc version |
@xxks-kkk are you calling await inside of a function tagged |
Hi,
It seems like the nightly rust have already built in
await
macro which conflict with this crate.Is there any suggestion to resolve this problem before futures 0.3 was settled?
Thanks
The text was updated successfully, but these errors were encountered: