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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
My app succeeds to compile when using futures-await 0.1.0, but when updating it to 0.2.0-alpha, fails to compile.
Actually, the app uses the crate stdweb, that uses custom derive, and compiling stdweb fails.
|
109 | #[derive(Clone, Debug, PartialEq, Eq, ReferenceType)]
| ^^^^^^^^^^^^^ Could not find `stdweb` in `{{root}}`
...
error: cannot find macro `__js_raw_asm!` in this scope
--> /Users/yuji/.cargo/registry/src/github.heygears.com-1ecc6299db9ec823/stdweb-0.4.2/src/webapi/events/socket.rs:211:39
|
211 | #[derive(Clone, Debug, PartialEq, Eq, ReferenceType)]
| ^^^^^^^^^^^^^
|
= help: have you added the `#[macro_use]` on the module/import?
Are there any possibilities for futures-await to cause to fail compilation of other crates?
Thanks.
The text was updated successfully, but these errors were encountered:
I removed the Cargo.lock file and tried compiling again but failed.
I found that Cargo.lock includes both futures 0.1.18 and futures 0.2.0-alpha because stdweb depends on 0.1.18 though it causes or not.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Hi.
Sorry, I may be confused.
My app succeeds to compile when using futures-await 0.1.0, but when updating it to 0.2.0-alpha, fails to compile.
Actually, the app uses the crate stdweb, that uses custom derive, and compiling stdweb fails.
Are there any possibilities for futures-await to cause to fail compilation of other crates?
Thanks.
The text was updated successfully, but these errors were encountered: