Skip to content

Update x86_64 crate version to fix compile errors. #1

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

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

zhaogang92
Copy link
Contributor

With rustc 1.52.0-nightly, currently this crate build fails:

--> /home/zg/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.12.4/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

Upgrade the dependency x86-64 crate version fixes it.

@RKennedy9064 RKennedy9064 merged commit 9ed7a28 into rust-osdev:master Mar 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

Successfully merging this pull request may close these issues.

2 participants