Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed and unknown features (1.63) Nightly #107

Open
Bridges369 opened this issue May 31, 2022 · 0 comments
Open

Removed and unknown features (1.63) Nightly #107

Bridges369 opened this issue May 31, 2022 · 0 comments

Comments

@Bridges369
Copy link

Rust version:

> 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant