kurtlawrence / papyrus

(Rust) repl
MIT License
439 stars 14 forks source link

Removed and unknown features (1.63) Nightly #107

Open Bridges369 opened 2 years ago

Bridges369 commented 2 years ago

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