compile_error!("Only features sync,macros,io-util,rt,time are supported on wasm."); #749
-
When I run
Running
I've tried changing the
I'm not familiar with Rust, so I'm probably doing something wrong. Any help would be appreciated! Dev environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Hey, did you run |
Beta Was this translation helpful? Give feedback.
-
Regarding why |
Beta Was this translation helpful? Give feedback.
-
@otaviomacedo I found this GItHub issue reporting a similar problem: dtolnay/thiserror#192. Two ideas:
|
Beta Was this translation helpful? Give feedback.
@otaviomacedo I found this GItHub issue reporting a similar problem: dtolnay/thiserror#192. Two ideas:
cargo clean
and see if that makes a difference?