deps: bump rustc-ap crates to v683#4469
Merged
calebcartwright merged 1 commit intorust-lang:masterfrom Oct 14, 2020
Merged
Conversation
Member
Author
|
AppVeyor failures are spurious Build started
git clone -q https://github.com/rust-lang/rustfmt.git C:\projects\rustfmt
git fetch -q origin +refs/pull/4469/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
Downloading rustup-init.exe (6,663,680 bytes)...100%
if "%TARGET%" == "i686-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw32\bin
if "%TARGET%" == "x86_64-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw64\bin
set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% --profile minimal -y
info: profile set to 'minimal'
info: setting default host triple to i686-pc-windows-gnu
info: syncing channel updates for 'nightly-i686-pc-windows-gnu'
info: update not yet available, sorry! try again later
info: default toolchain set to 'nightly'
nightly unchanged - (toolchain not installed)
Rust is installed now. Great!
To get started you need Cargo's bin directory (%USERPROFILE%\.cargo\bin) in
your PATH
environment variable. Future applications will automatically have the
correct environment, but you may need to restart your current shell.
rustc -Vv
info: syncing channel updates for 'nightly-i686-pc-windows-gnu'
info: update not yet available, sorry! try again later
error: toolchain 'nightly-i686-pc-windows-gnu' is not installed
Command exited with code 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #4355