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[E0599]: no method named `as_raw` found for reference `&Waker` in the c
urrent scope
--> /home/sun/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embassy-ex
ecutor-0.6.0/src/raw/waker.rs:53:35
|
53 | let raw_waker = waker.as_raw();
| ^^^^^^
|
help: there is a method `as_ref` with a similar name
|
53 | let raw_waker = waker.as_ref();
| ~~~~~~
For more information about this error, try `rustc --explain E0599`.
error: could not compile `embassy-executor` (lib) due to 1 previous error