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
error[E0433]: failed to resolve: use of undeclared type or module `futures_timer`
--> /home/cheng/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/async-std-1.6.2/src/utils.rs:84:29
|
84 | pub(crate) struct Timer(futures_timer::Delay);
| ^^^^^^^^^^^^^ use of undeclared type or module `futures_timer`
error[E0433]: failed to resolve: use of undeclared type or module `futures_timer`
--> /home/cheng/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/async-std-1.6.2/src/utils.rs:88:19
|
88 | Timer(futures_timer::Delay::new(dur))
| ^^^^^^^^^^^^^ use of undeclared type or module `futures_timer`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0433`.
error: could not compile `async-std`.
To learn more, run the command again with --verbose.
with [email protected], while run cargo check on target wasm, it printed this error
The text was updated successfully, but these errors were encountered:
with [email protected], while run
cargo check
on targetwasm
, it printed this errorThe text was updated successfully, but these errors were encountered: