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
> rustup run nightly rustc --version
rustc 1.63.0-nightly (c35035cef 2022-05-30)
Build output:
> cargo build
error[E0557]: feature has been removed
--> C:\Users\55549.SAMSUNG-BOOK\.cargo\registry\src\github.com-1ecc6299db9ec823\lock_api-0.4.2\src\lib.rs:91:42
|
91 | #![cfg_attr(feature = "nightly", feature(const_fn))]
| ^^^^^^^^ feature has been removed
|
= note: split into finer-grained feature gates
Compiling rustc-ap-rustc_arena v697.0.0
error[E0635]: unknown feature `array_value_iter_slice`
--> C:\Users\55549.SAMSUNG-BOOK\.cargo\registry\src\github.com-1ecc6299db9ec823\rustc-ap-rustc_arena-697.0.0\src\lib.rs:14:12
|
14 | #![feature(array_value_iter_slice)]
| ^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0557`.
error: could not compile `lock_api` due to previous error
warning: build failed, waiting for other jobs to finish...
For more information about this error, try `rustc --explain E0635`.
error: could not compile `rustc-ap-rustc_arena` due to previous error
The text was updated successfully, but these errors were encountered:
Rust version:
Build output:
The text was updated successfully, but these errors were encountered: