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

Doesn't compile on 1.51.0 nightly #232

Closed
RMuskovets opened this issue Feb 6, 2021 · 2 comments
Closed

Doesn't compile on 1.51.0 nightly #232

RMuskovets opened this issue Feb 6, 2021 · 2 comments

Comments

@RMuskovets
Copy link

RMuskovets commented Feb 6, 2021

Linking the RFC: rust-lang/rust#49147.

Error message:

error[E0557]: feature has been removed
 --> C:\Users\root\.cargo\registry\src\github.com-1285ae84e5963aae\x86_64-0.13.1\src\lib.rs:9:43
  |
9 | #![cfg_attr(feature = "const_fn", feature(const_in_array_repeat_expressions))]
  |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
  |
  = note: removed due to causing promotable bugs

error: aborting due to previous error

For more information about this error, try `rustc --explain E0557`.
error: could not compile `x86_64`
@phil-opp
Copy link
Member

phil-opp commented Feb 6, 2021

Thanks for reporting! This should be fixed already by #230. Try running cargo update to update to version 0.13.2.

@RMuskovets
Copy link
Author

Will try, thanks!

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

2 participants