-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Error message not explicit enough on install #56690
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
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. |
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Dec 11, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 12, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Dec 12, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Dec 13, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 13, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 14, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 14, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Dec 14, 2018
…k, r=jonas-schievink fix install broken link solves rust-lang#56690
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Dec 15, 2018
…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. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: