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

Fails to build on recent nightly (2018-07-17) #252

Closed
pitdicker opened this issue Jul 17, 2018 · 4 comments
Closed

Fails to build on recent nightly (2018-07-17) #252

pitdicker opened this issue Jul 17, 2018 · 4 comments

Comments

@pitdicker
Copy link

   Compiling stdweb-internal-macros v0.1.0
error[E0432]: unresolved import `stdweb_internal_macros::js_export`
   --> /home/travis/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/stdweb-0.4.7/src/lib.rs:136:9
    |
136 | pub use stdweb_internal_macros::js_export;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `js_export` in the root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: Could not compile `stdweb`.
error: build failed

https://travis-ci.org/rust-lang-nursery/rand/jobs/404778291

Maybe related to rust-lang/rust#52383?

@MaxGraey
Copy link

Same problem

@koute
Copy link
Owner

koute commented Jul 17, 2018

Thanks for the report!

As far as I can see this is a consequence of this: rust-lang/rust#52081

Fix is already on master; I'll try to push it to crates.io later today.

@pitdicker
Copy link
Author

You are always very quick, thank you!

@koute
Copy link
Owner

koute commented Jul 17, 2018

Published as 0.4.8!

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

No branches or pull requests

3 participants