-
Notifications
You must be signed in to change notification settings - Fork 650
cannot find macro proc_macro_call_0!
in this scope
#1808
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
Probably related to dtolnay/proc-macro-hack#40 and rust-lang/rust#63651, seems |
Can confirm, the macro works fine on |
how to set nightly to specific version? |
First, install the nightly with |
Fixed in |
I'm hitting this error when trying to use
futures::select
on the latest nightly.Minimal example
Cargo.toml:
main.rs:
Output of
cargo +nightly check
:Adding
#[macro_use] extern crate futures;
does not fix this.The text was updated successfully, but these errors were encountered: