3 - TARGET: x86_64-pc-windows-gnu
5 - TARGET: i686-pc-windows-gnu
7 - TARGET: x86_64-pc-windows-msvc
8 - TARGET: i686-pc-windows-msvc
10 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
11 - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
12 - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
13 - if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
21 - cargo run --manifest-path libc-test/Cargo.toml