-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to compile | Rust 1.43.0 | Ubuntu 20.04 - 64bit #48
Comments
This is what the An unstable feature was used. Erroneous code example:
If you're using a stable or a beta version of rustc, you won't be able to use If you're using a nightly version of rustc, just add the corresponding feature
|
Continuing from our conversation on Discord: Try compiling with the nightly toolchain, install it using rustup ( If that resolves it, we'll just move towards defaulting to a nightly install. That'll help for frontend development, anyway. |
``Sweet, installed rustup. Thank you! sudo snap install rustup
Closing issue.`` |
@DeBarrosDaRapper to install rust and rustup, I would recommend uninstalling anything else you've installed (including any rust and rustup packages) and then following the instructions here: |
The text was updated successfully, but these errors were encountered: