-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
x86_64 0.13.2 seems to not work out-of-the-box anymore. 0.14.1 works well #982
Comments
x86_64 version 0.13.6 broke only recently with the release of another version of rustup nightly. I only noticed the problem myself on April 30 of this year, so it's pretty fresh. By rebuilding the project with older rust everything should work. Also take a look at the page that the compiler gives you. rust-lang/rust#57563 |
Thanks for reporting! As @JakubGawron23 noted, this is caused by some breaking changes on the Rust nightly channel. I try my best to update the blog for this soon! |
I erroneously reported it as problem in
|
This should be fixed with #990. Please let me know if you still have problems! |
hi,
when running
cargo test
inpost-05
(right after introducingx86_64
) compilation fails with following errors. I know @phil-opp you are involved in the other thread, so just wanna ask - shouldn't the blog post be updated?rust-osdev/x86_64#250
The text was updated successfully, but these errors were encountered: