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
Using nightly rust build failed. I got this error and more like it running cargo build.
error[E0716]: temporary value dropped while borrowed
--> src/spi.rs:1023:53
|
1023 | core::pin::pin!(self.transaction_async(&mut [Operation::Read(read)])).await
| --------------------------------------------^^^^^^^^^^^^^^^^^^^^^^^--
| | | |
| | | temporary value is freed at the end of this statement
| | creates a temporary value which is freed while still in use
| borrow later used here
|
= note: consider using a `let` binding to create a longer lived value
Bug description
Using nightly rust build failed. I got this error and more like it running
cargo build
.To Reproduce
Expected behavior
Build success.
Environment
esp-idf-hal
) version: master 80c674eThe text was updated successfully, but these errors were encountered: