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

Compile error: feature removed #234

Closed
Rdna123 opened this issue Feb 24, 2021 · 4 comments
Closed

Compile error: feature removed #234

Rdna123 opened this issue Feb 24, 2021 · 4 comments

Comments

@Rdna123
Copy link

Rdna123 commented Feb 24, 2021

I am on Windows 10, using lasted nightly toolchain

error[E0557]: feature has been removed
 --> C:\Users\chknm\.cargo\registry\src\github.com-1ecc6299db9ec823\x86_64-0.12.3\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: could not compile `x86_64`
@phil-opp
Copy link
Member

Thanks for reporting! This was already fixed in v0.13.2. There were a number of breaking changes in v0.13.0 through, so the update might require some adjustments. Let me know if that works for you!

@Rdna123
Copy link
Author

Rdna123 commented Feb 24, 2021

I am using it in your blog-os tutorial and one of the crates depends on 0.12.3 am not sure which one though.

@phil-opp
Copy link
Member

Try using cargo tree to find this out

@Rdna123
Copy link
Author

Rdna123 commented Feb 25, 2021

It was on uart_16550 I will close the issue here and open it there.

@Rdna123 Rdna123 closed this as completed Feb 25, 2021
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