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
Compiling at 0903ab1 for target wasm32-unknown-unknown with feature wasmbind enabled results in a compilation error:
[edtwardy@Hackintosh trunk-test]$ cargo build --target wasm32-unknown-unknown
warning: URL fragment `#0903ab1a` in git URL is ignored for dependency (chrono). If you were trying to specify a specific git revision, use `rev = "0903ab1a"` in the dependency declaration.
Updating git repository `https://github.com/chronotope/chrono#0903ab1a`
Compiling chrono v0.4.20-beta.1 (https://github.com/chronotope/chrono#0903ab1a#0903ab1a)
error[E0425]: cannot find function `tm_to_datetime` in this scope
--> /home/edtwardy/.cargo/git/checkouts/chrono-4fedc6b82b24d624/0903ab1/src/offset/local/stub.rs:17:5
|
17 | tm_to_datetime(Timespec::now().local())
| ^^^^^^^^^^^^^^ help: a function with a similar name exists: `tm_to_time`
...
199 | fn tm_to_time(tm: &Tm) -> i64 {
| ----------------------------- similarly named function `tm_to_time` defined here
For more information about this error, try `rustc --explain E0425`.
Compiling at 0903ab1 for target wasm32-unknown-unknown with feature
wasmbind
enabled results in a compilation error:build-error.log
The text was updated successfully, but these errors were encountered: