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: |
Replies: 3 comments 14 replies
|
Hey, did you run |
|
Regarding why |
|
@otaviomacedo I found this GItHub issue reporting a similar problem: dtolnay/thiserror#192. Two ideas:
|
@otaviomacedo I found this GItHub issue reporting a similar problem: dtolnay/thiserror#192. Two ideas:
cargo cleanand see if that makes a difference?