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

Build fails on target wasm32-unknown-emscripten with: target wasm32-unknown-emscripten #519

Closed
bobajeff opened this issue Jan 3, 2021 · 1 comment · Fixed by #593
Closed

Comments

@bobajeff
Copy link

bobajeff commented Jan 3, 2021

Here's my shell output:

(base) [bobajeff@bobajeff-pc chrono]$ cargo build --release --target wasm32-unknown-emscripten
    Updating crates.io index
   Compiling autocfg v1.0.1
   Compiling libc v0.2.81
   Compiling num-traits v0.2.14
   Compiling num-integer v0.1.44
   Compiling time v0.1.44
   Compiling chrono v0.4.19 (/home/bobajeff/Rust/webassembly/chrono/chrono)
error[E0428]: the name `inner` is defined multiple times
  --> src/sys.rs:25:1
   |
21 | mod inner;
   | ---------- previous definition of the module `inner` here
...
25 | mod inner;
   | ^^^^^^^^^^ `inner` redefined here
   |
   = note: `inner` must be defined only once in the type namespace of this module

error: aborting due to previous error

For more information about this error, try `rustc --explain E0428`.
error: could not compile `chrono`

To learn more, run the command again with --verbose.
(base) [bobajeff@bobajeff-pc chrono]$ 
@ch1seL
Copy link

ch1seL commented Jan 26, 2022

Any plans for the release?

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 a pull request may close this issue.

2 participants