-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Examples not compiling #181
Comments
I actually noticed this yesterday... it turns out that the nightly and beta compilers can deal with this partial cycle (it's not really a cycle since e.g. Rather than work around it I think it's best just to recommend use of Rust 1.52.0 (beta). (I will try not to depend on beta compilers in the future.) Note: I don't recommend Rust nightly at the moment since the incremental compilation is broken (workaround: delete the |
See #179. I'll let you close or ask here if you have more problems. |
The beta compiler made my laptop unresponsive and CLion crash, but in the end it worked like a charm. Thank you :) |
Ugh! You have enough RAM? If not using |
Seems like it has been the CPU load. I never had this before with the stable toolchain... But a job limit should do the trick. Impressive project by the way, given the number of contributers, so far. |
I tried to follow the quick start guide, but tests and compiling failed:
I was wondering, because the GitHub CI says all checks passed on the current commit.
Edit: Linux Mint, dependencies installed, quickstart performed line by line, creating a new crate with the contents of the hello example worked just fine (kas from crates.io), so its probably a not yet released commit
The text was updated successfully, but these errors were encountered: