-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Error message not explicit enough on install #56690
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Comments
You are trying to build the compiler from source, you don't need to do that. Follow the instructions in the Rust book instead. |
Ok then the link is broken if I am not mistaken. #56691 solves it. |
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
Closing as the underlying problem has been fixed (broken install link) and this specific case is likely no longer a direct issue. If we can get concrete reproduction instructions then we can possibly reopen. |
Summary
New to Rust, wanted to try and toy with it on my new project.
I tried to follow install guide but then I have an implicit error:
IMO the error message can be enhanced.
I searched in issues I didn't find any on it. my apologies if it is duplicate.
Followed the doc for installation:
I have this error:
Then after a bunch of
warning: unnecessary `unsafe` block
:OS
Mac OS 10.12.6
The text was updated successfully, but these errors were encountered: