This is the last working version:
$ rustup toolchain install nightly-2018-03-16-gnu
info: syncing channel updates for 'nightly-2018-03-16-x86_64-pc-windows-gnu'
info: latest update on 2018-03-16, rust version 1.26.0-nightly (392645394 2018-03-15)
info: downloading component 'rustc'
info: downloading component 'rust-std'
info: downloading component 'cargo'
info: downloading component 'rust-docs'
info: downloading component 'rust-mingw'
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
info: installing component 'rust-mingw'
nightly-2018-03-16-x86_64-pc-windows-gnu installed - rustc 1.26.0-nightly (392645394 2018-03-15)
For nightly-2018-03-17 rustc doesn't work at all:
$ rustup toolchain install nightly-2018-03-17-gnu
info: syncing channel updates for 'nightly-2018-03-17-x86_64-pc-windows-gnu'
info: latest update on 2018-03-17, rust version 1.26.0-nightly (55c984ee5 2018-03-16)
info: downloading component 'rustc'
info: downloading component 'rust-std'
info: downloading component 'cargo'
info: downloading component 'rust-docs'
info: downloading component 'rust-mingw'
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
info: installing component 'rust-mingw'
nightly-2018-03-17-x86_64-pc-windows-gnu installed - (error reading rustc version)
When trying to run rustc from that nightly, there's an error about not being able to find an entry point for CreateMutexA in api-ms-core-synch-l1-2-0.dll. This is on 2 different computers running Windows 7 Pro x64.
This is the last working version:
For nightly-2018-03-17 rustc doesn't work at all:
When trying to run rustc from that nightly, there's an error about not being able to find an entry point for
CreateMutexAinapi-ms-core-synch-l1-2-0.dll. This is on 2 different computers running Windows 7 Pro x64.