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
(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]$
The text was updated successfully, but these errors were encountered:
Here's my shell output:
The text was updated successfully, but these errors were encountered: