We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not the same as #2541 - this is two lines, not error: twice in one line.
Problem
$ cargo check error: invalid channel name 'use x.py instead: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html' in '/home/joshua/rustc/rust-toolchain' error: caused by: invalid toolchain name: 'use x.py instead: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html'
This is the same error twice, there's no need for both.
Steps
echo invalid-toolchain > rust-toolchain
cargo check
Possible Solution(s)
Notes
Output of rustup --version: rustup 1.22.1 (b01adbbc3 2020-07-08) Output of rustup show:
rustup --version
rustup 1.22.1 (b01adbbc3 2020-07-08)
rustup show
Default host: x86_64-unknown-linux-gnu rustup home: /home/joshua/.local/lib/rustup ... about 20 toolchains ... active toolchain ---------------- (error: invalid channel name 'use x.py instead: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html' in '/home/joshua/rustc/rust-toolchain', invalid toolchain name: 'use x.py instead: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html')
The text was updated successfully, but these errors were encountered:
See also rust-lang/rust#79021, which means people will see this error a lot. That PR was closed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is not the same as #2541 - this is two lines, not error: twice in one line.
Problem
This is the same error twice, there's no need for both.
Steps
echo invalid-toolchain > rust-toolchain
cargo check
Possible Solution(s)
Notes
Output of
rustup --version
:rustup 1.22.1 (b01adbbc3 2020-07-08)
Output of
rustup show
:The text was updated successfully, but these errors were encountered: