diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-03-14 12:22:38 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-03-29 08:55:15 -0700 |
| commit | c033942925baccfed375a75fa5e4c2a26fd7dcc5 (patch) | |
| tree | 1697d9c21c29103f8fbfe57f7a0c243f15e7aeb3 /src/tools/compiletest | |
| parent | ccce2c6eb914a66571f60fa0afe8a46faa9fb3bd (diff) | |
| download | rust-c033942925baccfed375a75fa5e4c2a26fd7dcc5.tar.gz rust-c033942925baccfed375a75fa5e4c2a26fd7dcc5.zip | |
rustbuild: Update bootstrap compiler
Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release.
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 657739c65b1..09d21221a83 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -12,7 +12,6 @@ #![feature(box_syntax)] #![feature(rustc_private)] -#![feature(static_in_const)] #![feature(test)] #![feature(libc)] |
