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
I'm running into the following when running cargo build --release
error[E0658]: use of unstable library feature 'renamed_spin_loop'
--> /root/.cargo/registry/src/github.conef.uk-1ecc6299db9ec823/parking_lot_core-0.9.3/src/spinwait.rs:9:5
|
9 | use core::hint::spin_loop;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #55002 <https://github.com/rust-lang/rust/issues/55002> for more information
error[E0658]: use of unstable library feature 'renamed_spin_loop'
--> /root/.cargo/registry/src/github.conef.uk-1ecc6299db9ec823/parking_lot_core-0.9.3/src/spinwait.rs:16:9
|
16 | spin_loop()
| ^^^^^^^^^
|
= note: see issue #55002 <https://github.com/rust-lang/rust/issues/55002> for more information
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
error: could not compile `parking_lot_core`.
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
```
The text was updated successfully, but these errors were encountered:
I'm running into the following when running
cargo build --release
The text was updated successfully, but these errors were encountered: